mirror of
https://github.com/docmost/docmost.git
synced 2026-05-16 14:14:06 +08:00
fix: patch @tiptap/core ResizableNodeView to prevent resize sticking after mouseup
This commit is contained in:
+2
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user