fix: patch @tiptap/core ResizableNodeView to prevent resize sticking after mouseup

This commit is contained in:
Philipinho
2026-02-24 10:35:09 +00:00
parent 0cc3c6c68a
commit a925dc0782
3 changed files with 248 additions and 139 deletions
+2 -1
View File
@@ -96,7 +96,8 @@
"packageManager": "pnpm@10.4.0",
"pnpm": {
"patchedDependencies": {
"react-arborist@3.4.0": "patches/react-arborist@3.4.0.patch"
"react-arborist@3.4.0": "patches/react-arborist@3.4.0.patch",
"@tiptap/core": "patches/@tiptap__core.patch"
},
"overrides": {
"jsdom": "25.0.1",