We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How do we change the style applied to the editor when it gains focus? I did not find the solution in the exemples.
Can we change the theme passed to the <ThemeProvider /> ?
<ThemeProvider />
Thanks!
The text was updated successfully, but these errors were encountered:
Looking to do the same. I tried building around this myself.
In my case the Editor needs to be wrapped in a React.memo() to avoid infinite re-renders But that is also stopping the style changes from applying
Sorry, something went wrong.
Looking to do the same.
No branches or pull requests
How do we change the style applied to the editor when it gains focus? I did not find the solution in the exemples.
Can we change the theme passed to the
<ThemeProvider />
?Thanks!
The text was updated successfully, but these errors were encountered: