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
I reckon I'm still a young padawan at solid-js (slightly better at prosemirror and tiptap), but the editor's performance is massively reduced when configuring it as such:
Seems like I made some mistakes with the initial implementation of the BubbleMenu
The effect listener that was registering/unregistering the plugin would do that every single time the editor state changes, which is a lot
Just released v1.0.4 that should fix this hopefully, let me know
I reckon I'm still a young padawan at
solid-js
(slightly better atprosemirror
andtiptap
), but the editor's performance is massively reduced when configuring it as such:Removing either
@tiptap/extension-collaboration
orBubbleMenu
makes it happy again.I'm using
@solidjs/start
v1.0.5 if it helps, but I didn't test this issue outside it.The text was updated successfully, but these errors were encountered: