Replies: 1 comment 1 reply
-
Share a reproducible demo, please |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a problem once I select a portion of text and change its style from the editor, 3 textnodes was created in the project.
When I save the project by getting the data with
editor.getProjectData()
, it returns the text with 3 textnodes pre-applying (I guess) a trim.So the complete sentence will have words attached to each other when reload the project with command
editor.loadProjectData(project)
.I would like to know if there is something I'm missing, maybe some flag in the configuration to change.
What I expect should be the output when I reload the project

What I get as output when I reload the project

Beta Was this translation helpful? Give feedback.
All reactions