bookstack/resources/js/wysiwyg/lexical/core
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__ Lexical: Added tests to cover recent changes 2025-03-28 18:29:00 +00:00
nodes Lexical: Fixed code in lists, removed extra old alignment code 2025-02-16 15:09:33 +00:00
shared Lexical: Fixed code in lists, removed extra old alignment code 2025-02-16 15:09:33 +00:00
LexicalCommands.ts Lexical: Fixed code in lists, removed extra old alignment code 2025-02-16 15:09:33 +00:00
LexicalConstants.ts Lexical: Fixed code in lists, removed extra old alignment code 2025-02-16 15:09:33 +00:00
LexicalEditor.ts Lexical: Added testing for some added shortcuts 2024-12-16 16:27:44 +00:00
LexicalEditorState.ts Lexical: Imported core lexical libs 2024-09-18 13:43:39 +01:00
LexicalEvents.ts Lexical: Merged custom paragraph node, removed old format/indent refs 2024-12-03 16:24:49 +00:00
LexicalGC.ts Lexical: Imported core lexical libs 2024-09-18 13:43:39 +01:00
LexicalMutations.ts Lexical: Reorganised custom node code into lexical codebase 2024-12-04 18:53:59 +00:00
LexicalNode.ts Lexical: Made a range of selection improvements 2025-05-26 14:51:03 +01:00
LexicalNormalization.ts Lexical: Imported core lexical libs 2024-09-18 13:43:39 +01:00
LexicalReconciler.ts Lexical: Added support for table caption nodes 2025-01-22 12:54:13 +00:00
LexicalSelection.ts Lexical: Made a range of selection improvements 2025-05-26 14:51:03 +01:00
LexicalUpdates.ts Lexical: Imported core lexical libs 2024-09-18 13:43:39 +01:00
LexicalUtils.ts Lexical: Imported core lexical libs 2024-09-18 13:43:39 +01:00
index.ts Lexical: Fixed code in lists, removed extra old alignment code 2025-02-16 15:09:33 +00:00