Skip to content
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

Font size not updating textarea value #1117

Closed
norman784 opened this issue May 11, 2020 · 0 comments
Closed

Font size not updating textarea value #1117

norman784 opened this issue May 11, 2020 · 0 comments
Labels
bug:plugin Bug in a plugin

Comments

@norman784
Copy link

It seems that after setting the temporary font size to 1 the plugin doesn't sync the placeholder size to the selected size.

I just patched my plugin adding the following after the line 235

trumbowyg.syncCode()
trumbowyg.$c.trigger('tbwchange');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug:plugin Bug in a plugin
Projects
None yet
Development

No branches or pull requests

2 participants