-
Notifications
You must be signed in to change notification settings - Fork 107
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
Change size when using ace editor #39
Comments
clear? |
I think this sounds like it could be similar to the issue I'm seeing. When I add the jsonEditor to my application, It does not expand to the full height. Update - I just realized that resizing it the way I did worked. But because I tested my css in the browser first the ace editor didn't adjust automatically. So changing the height of the parent div does work When I remove the ace editor, I can easily set the height of the content the way I want it. So I guess to get back to what I think @tungns0695 question is. Is there a correct way to control the height of the ace editor? |
I use |
why I can't change the font size of the Ace Editor using useState hooks in react, I mean I tried it, but it didn't change dynamically in the website when I change it. is the fontSize property not changeable like that. please someone provide me a solution. |
How can i change size of this component when using ace editor?
The text was updated successfully, but these errors were encountered: