@tiptap/extension-drag-handle
Patch Changes
- 937ff2e: DragHandle: Added
dragImagePropertiesoption to limit which CSS properties are cloned for the drag image. By default all ~300+ computed styles are copied; setting this to a subset (e.g.['color', 'background-color', 'font-size']) reduces the cost when dragging selections with complex nodes. - Updated dependencies [937ff2e]
- @tiptap/core@3.23.6
- @tiptap/extension-collaboration@3.23.6
- @tiptap/extension-node-range@3.23.6
- @tiptap/pm@3.23.6
@tiptap/core
Patch Changes
- 937ff2e: Fix deleteSelection to properly handle inline nodes with
text*content. The selection is now expanded to include the entire inline node boundaries when deleting, preventing incorrect collapse of inline text nodes. - @tiptap/pm@3.23.6
@tiptap/extensions
Patch Changes
- 937ff2e: Placeholder: Replaced full-document
doc.descendants()traversal with a cursor-resolved fast path for the default config and viewport-limited scanning for the non-default config, significantly reducing decoration overhead on large documents. - Updated dependencies [937ff2e]
- @tiptap/core@3.23.6
- @tiptap/pm@3.23.6