]> BookStack Code Mirror - bookstack/blobdiff - resources/js/wysiwyg/utils/table-map.ts
Lexical: Added cell width fetching, Created custom row node
[bookstack] / resources / js / wysiwyg / utils / table-map.ts
index 77c4eba45dcf44d073a1cf461594c69ca54f10e2..2b7eba62c035056635984f187d5f53532d818683 100644 (file)
@@ -1,5 +1,5 @@
 import {CustomTableNode} from "../nodes/custom-table";
-import {$isCustomTableCellNode, CustomTableCellNode} from "../nodes/custom-table-cell-node";
+import {$isCustomTableCellNode, CustomTableCellNode} from "../nodes/custom-table-cell";
 import {$isTableRowNode} from "@lexical/table";
 
 export class TableMap {