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
Describe the bug
I have a notes list, select list item will refresh blocknote content,
The scenario is request content from server -> remove all blocks -> insert all blocks
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
I have a notes list, select list item will refresh blocknote content,
The scenario is
request content from server -> remove all blocks -> insert all blocks
After that, when you open Color menu, the whole sidemenu will always follow the mouse, changing hover blocks, without correct frozen.

To Reproduce
And I find it, when you refresh content, SideMenuPlugin will bind more than 1 times, it will cause
mousemove
event bind many times.So, I guess, is that a proper way to refresh blocknote content? Or my way is not correct?
Misc
The text was updated successfully, but these errors were encountered: