bookstack/resources/js/wysiwyg/lexical/core/nodes
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__/unit Lexical: Updated tests for node changes 2024-12-04 20:03:05 +00:00
ArtificialNode.ts Lexical: Imported core lexical libs 2024-09-18 13:43:39 +01:00
CommonBlockNode.ts Lexical: Reorganised custom node code into lexical codebase 2024-12-04 18:53:59 +00:00
LexicalDecoratorNode.ts Lexical: Imported core lexical libs 2024-09-18 13:43:39 +01:00
LexicalElementNode.ts Lexical: Fixed code in lists, removed extra old alignment code 2025-02-16 15:09:33 +00:00
LexicalLineBreakNode.ts Lexical: Imported core lexical libs 2024-09-18 13:43:39 +01:00
LexicalParagraphNode.ts Lexical: Reorganised custom node code into lexical codebase 2024-12-04 18:53:59 +00:00
LexicalRootNode.ts Lexical: Merged custom paragraph node, removed old format/indent refs 2024-12-03 16:24:49 +00:00
LexicalTabNode.ts Lexical: Imported core lexical libs 2024-09-18 13:43:39 +01:00
LexicalTextNode.ts Lexical: Fixed code in lists, removed extra old alignment code 2025-02-16 15:09:33 +00:00
common.ts Lexical: Further improvements to table selection and captions 2025-05-28 22:47:39 +01:00