BookStack/resources/js/wysiwyg/utils
Dan Brown 9b2520aa0c
Some checks failed
test-js / build (push) Waiting to run
lint-js / build (push) Has been cancelled
WYSIWYG: Fixed list indenting selection & display bugs
- Fixed selection breaking on multiple indent changes
- Fixed multi-indent showing numbers on empty child list until the nodes
  are fully re-rendered.
2024-10-04 15:11:09 +01:00
..
actions.ts Lexical: Split helpers to utils, refactored files 2024-08-03 18:14:01 +01:00
diagrams.ts Lexical: Started adding editor shortcuts 2024-08-20 13:07:33 +01:00
dom.ts Lexical: Further fixes 2024-09-09 12:28:01 +01:00
formats.ts Lexical: Finished off baseline shortcut implementation 2024-08-20 14:54:53 +01:00
images.ts Lexical: Added drop/paste image handling 2024-08-21 12:59:45 +01:00
links.ts Lexical: Connected link selector to link form 2024-08-16 11:22:12 +01:00
lists.ts WYSIWYG: Fixed list indenting selection & display bugs 2024-10-04 15:11:09 +01:00
node-clipboard.ts Lexical: Added table column cut/copy/paste support 2024-08-22 13:28:30 +01:00
nodes.ts Lexical: Added block indenting capability 2024-09-10 15:55:46 +01:00
selection.ts Lexical: Added RTL/LTR actions 2024-09-16 12:29:46 +01:00
table-copy-paste.ts Lexical: Added table column cut/copy/paste support 2024-08-22 13:28:30 +01:00
table-map.ts Lexical: Added table column cut/copy/paste support 2024-08-22 13:28:30 +01:00
tables.ts Lexical: Added table column cut/copy/paste support 2024-08-22 13:28:30 +01:00