Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-21 | 455 Bytes | |
v3.2.1 source code.tar.gz | 2025-08-21 | 1.5 MB | |
v3.2.1 source code.zip | 2025-08-21 | 2.3 MB | |
Totals: 3 Items | 3.8 MB | 0 |
Releases
@tiptap/core@3.2.1
Patch Changes
- 6a2873f: Ensure drag previews for node views work correctly in Safari by attaching
an offscreen clone of the node to the DOM while calling
setDragImage
, and by preserving the original element's pixelwidth
/height
so the preview matches the original. This prevents Safari from immediately cancelling the drag when a detached element is used as the drag image.