bookstack/resources/js/wysiwyg/utils
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: Adjusted handling of child/sibling list items on nesting 2024-12-17 18:07:46 +00:00
actions.ts Lexical: Split helpers to utils, refactored files 2024-08-03 18:14:01 +01:00
diagrams.ts Lexical: Reorganised custom node code into lexical codebase 2024-12-04 18:53:59 +00:00
dom.ts Lexical: Further fixes 2024-09-09 12:28:01 +01:00
formats.ts Lexical: Reorganised custom node code into lexical codebase 2024-12-04 18:53:59 +00:00
images.ts Lexical: Reorganised custom node code into lexical codebase 2024-12-04 18:53:59 +00:00
links.ts Lexical: Connected link selector to link form 2024-08-16 11:22:12 +01:00
lists.ts Lexical: Made list selections & intendting more reliable 2025-03-27 17:49:48 +00:00
node-clipboard.ts Lexical: Added table column cut/copy/paste support 2024-08-22 13:28:30 +01:00
nodes.ts Lexical: Made a range of selection improvements 2025-05-26 14:51:03 +01:00
selection.ts Lexical: Added auto links on enter/space 2024-12-14 12:35:13 +00:00
table-copy-paste.ts Lexical: Merged custom table node code 2024-12-03 20:08:33 +00:00
table-map.ts Lexical: Merged custom table node code 2024-12-03 20:08:33 +00:00
tables.ts Lexical: Merged custom table node code 2024-12-03 20:08:33 +00:00