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
After adding onEditorContentChange functionality to the Alert Block example (https://www.blocknotejs.org/examples/alert-block),
the function is not being called when changing the alert type.
Additionally, after editing the inline content that triggers the 'onEditorContentChange' function, the block props have wrong type.
Thanks! This is fortunately just a bug in the Alert block's component rather than an internal BlockNote issue. PR with the fix is up and will be merged soon👍
Describe the bug
After adding onEditorContentChange functionality to the Alert Block example (https://www.blocknotejs.org/examples/alert-block),
the function is not being called when changing the alert type.
Additionally, after editing the inline content that triggers the 'onEditorContentChange' function, the block props have wrong type.
To Reproduce
Misc
The text was updated successfully, but these errors were encountered: