bookstack/resources/js/wysiwyg/lexical/table
Dan Brown b862f12a50
Lexical: Further improvements to table selection and captions
- Fixed errors with selection and range handling due to captions
  existing.
- Updated TableNode change handling to update existing DOM instead of
  re-creating, which avoids breaking an attached selection helper.
  - To support, Added function to handle node change detection and apply
    relevant dom updates for common properties.
2025-05-28 22:47:39 +01:00
..
__tests__/unit Lexical: Updated tests for node changes 2024-12-04 20:03:05 +00:00
LexicalCaptionNode.ts Lexical: Linked table form to have caption toggle option 2025-01-22 20:39:15 +00:00
LexicalTableCellNode.ts Lexical: Reorganised custom node code into lexical codebase 2024-12-04 18:53:59 +00:00
LexicalTableCommands.ts Lexical: Imported core lexical libs 2024-09-18 13:43:39 +01:00
LexicalTableNode.ts Lexical: Further improvements to table selection and captions 2025-05-28 22:47:39 +01:00
LexicalTableObserver.ts Lexical: Imported core lexical libs 2024-09-18 13:43:39 +01:00
LexicalTableRowNode.ts Lexical: Merged custom table node code 2024-12-03 20:08:33 +00:00
LexicalTableSelection.ts Lexical: Imported core lexical libs 2024-09-18 13:43:39 +01:00
LexicalTableSelectionHelpers.ts Lexical: Further improvements to table selection and captions 2025-05-28 22:47:39 +01:00
LexicalTableUtils.ts Lexical: Further improvements to table selection and captions 2025-05-28 22:47:39 +01:00
constants.ts Lexical: Imported core lexical libs 2024-09-18 13:43:39 +01:00
index.ts Lexical: Imported core lexical libs 2024-09-18 13:43:39 +01:00