You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
@tiptap/extension-drag-handle
Patch Changes
a16901d: Respect margin properties passed via dragImageProperties on the drag preview. The clone reset its margin to 0 after copying styles, which discarded any margin the user explicitly requested. The reset now runs only when no margin property is listed in dragImageProperties, so the drag image can keep the same spacing as the live block.
@tiptap/core@3.27.1
@tiptap/extension-collaboration@3.27.1
@tiptap/extension-node-range@3.27.1
@tiptap/pm@3.27.1
@tiptap/extension-list
Patch Changes
a16901d: Fix ordered list parsing so under-indented continuation lines preserve their first character.
@tiptap/core@3.27.1
@tiptap/pm@3.27.1
@tiptap/extensions
Patch Changes
a16901d: Fix Placeholder flickering while a modal overlay is open. When the editor was occluded during a stream of transactions (e.g. remote collaboration edits), the viewport measurement fell back to a full-document range and repeatedly toggled the data-placeholder attribute on empty blocks. The viewport window is now frozen when the editor can't be measured reliably, so placeholders stay stable.