bookstack/resources/js/wysiwyg
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
..
lexical Lexical: Fixed task list parsing 2025-03-27 14:56:32 +00:00
services Lexical: Fixed auto-link issue 2025-01-15 14:15:58 +00:00
ui Lexical: Ran a deeper check on translation use 2025-01-27 16:40:41 +00:00
utils Lexical: Made list selections & intendting more reliable 2025-03-27 17:49:48 +00:00
index.ts Lexical: Added testing for some added shortcuts 2024-12-16 16:27:44 +00:00
nodes.ts Lexical: Added support for table caption nodes 2025-01-22 12:54:13 +00:00
testing.md Lexical: Added some general test guidance 2025-01-15 14:31:09 +00:00