mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-31 15:24:31 +03:00
Lexical: Added cell width fetching, Created custom row node
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user