-
-
Notifications
You must be signed in to change notification settings - Fork 555
Updating EditorOptions does not update editor settings #232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Might a API |
PR #230 will fix my issue (because the reason that I'm trying to set the option is to remove the sidemenu when not focused), but the issue might be worth addressing. |
Try const editor = useBlockNote({
editable
}, [editable]); |
Thanks, I didn't know that there were dependency list. |
I also was stuck on a similar problem with |
this s
this should be added to docs |
Related to #214, following code does not work.
Editor.ts
main.ts
How can I make this work?
The text was updated successfully, but these errors were encountered: