mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-19 06:43:02 +08:00
fix: Mark the bubble/floating menu extensions as side effect free
This commit is contained in:
parent
ab4a0e2507
commit
172513cb44
@ -32,5 +32,6 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/ueberdosis/tiptap",
|
"url": "https://github.com/ueberdosis/tiptap",
|
||||||
"directory": "packages/extension-bubble-menu"
|
"directory": "packages/extension-bubble-menu"
|
||||||
}
|
},
|
||||||
|
"sideEffects": false
|
||||||
}
|
}
|
||||||
|
@ -32,5 +32,6 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/ueberdosis/tiptap",
|
"url": "https://github.com/ueberdosis/tiptap",
|
||||||
"directory": "packages/extension-floating-menu"
|
"directory": "packages/extension-floating-menu"
|
||||||
}
|
},
|
||||||
|
"sideEffects": false
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user