Files
formbricks/apps
Harsh 2b4b14ee50 fix(editor): remove unused table nodes to prevent paste bug #7617
TableNode, TableCellNode and TableRowNode were registered in editorConfig
but never used — no TablePlugin was mounted and no table UI existed in the
toolbar. When pasting from a spreadsheet, Lexical would deserialize the
clipboard's HTML into stuck, unremovable table nodes that narrowed the text
into a 75px column and could not be deleted.
2026-03-30 11:46:19 +05:30
..