-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Textstyle on textbox not set on all words after editing #2448
Comments
I see that when inserting new letters a style object for them is created. |
Came across same issue (can confirm) |
Running the fiddle with a recent version of library instead of pasting the full library on the fiddle. |
Awesome, thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When you add a textbox object you can edit the styles just fine like changing the fontSize and textDecoration etc. But when you edit the text and then try changing the style the changes don't apply to the newly added words:
http://jsfiddle.net/kg9weds5/8/
The text was updated successfully, but these errors were encountered: