bookstack/resources/js/wysiwyg/lexical/table
Dan Brown 2a32475541
Lexical: Made a range of selection improvements
Updated up/down handling to create where a selection candidate does not
exist, to apply to a wider scenario via the selectPrevious/Next methods.

Updated DOM selection change handling to identify single selections
within decorated nodes to select them in full, instead of losing
selection due to partial selection of their contents.

Updated table selection handling so that our colgroups are ignored for
internal selection focus handling.
2025-05-26 14:51:03 +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: Added support for table caption nodes 2025-01-22 12:54:13 +00: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: Made a range of selection improvements 2025-05-26 14:51:03 +01:00
LexicalTableUtils.ts Lexical: Imported core lexical libs 2024-09-18 13:43: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