prosemirror-utils
Advanced tools
Comparing version
@@ -986,3 +986,3 @@ 'use strict'; | ||
cloneRow.forEach(function (cell) { | ||
cells.push(tableNodes.cell.createAndFill(cell.attrs, cell.marks)); | ||
cells.push(tableNodes[cell.type.spec.tableRole].createAndFill(cell.attrs, cell.marks)); | ||
}); | ||
@@ -989,0 +989,0 @@ |
{ | ||
"name": "prosemirror-utils", | ||
"version": "0.6.3", | ||
"version": "0.6.4", | ||
"description": "Utils library for ProseMirror", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
147506
0.09%