prosemirror-tables
Advanced tools
Comparing version 0.6.4 to 0.6.5
{ | ||
"name": "prosemirror-tables", | ||
"version": "0.6.4", | ||
"version": "0.6.5", | ||
"description": "ProseMirror's rowspan/colspan tables component", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -169,3 +169,3 @@ // This file defines a number of table-related commands. | ||
function removeRow(tr, {map, table, tableStart}, row) { | ||
export function removeRow(tr, {map, table, tableStart}, row) { | ||
let rowPos = 0 | ||
@@ -172,0 +172,0 @@ for (let i = 0; i < row; i++) rowPos += table.child(i).nodeSize |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
347000
3853
0