Files
docmost/packages/editor-ext/src/lib/table/row.ts
T
2025-08-02 19:09:06 -07:00

7 lines
189 B
TypeScript

import { TableRow as TiptapTableRow } from "@tiptap/extension-table";
export const TableRow = TiptapTableRow.extend({
allowGapCursor: false,
content: "(tableCell | tableHeader)*",
});