BookStackApp_BookStack/resources/js/wysiwyg/utils
Dan Brown 62c8eb3357
Lexical: Made list selections & intendting more reliable
- Added handling to not include parent of top-most list range selection
  so that it's not also changed while not visually part of the
  selection range.
- Fixed issue where list items could be left over after unnesting, due
  to empty checks/removals occuring before all child handling.
- Added node sorting, applied to list items during nest operations so
  that selection range remains reliable.
2025-03-27 17:49:48 +00: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 list selections & intendting more reliable 2025-03-27 17:49:48 +00: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