bookstack/resources/js/wysiwyg/utils
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__ 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: Fixed issues with recent changes 2025-05-26 19:06:36 +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: Further improvements to table selection and captions 2025-05-28 22:47:39 +01:00