You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The title says everything... Before writing or pasting nothing, I write:
<this><a><text>.
and executing console.log($("editor").Editor("getText");, the app returns the expected output. But when pasting something from outside with a custom format and clicking the button of Remove Formatting the editor seems not to remove everything because what it is printed in the terminal is:
So I was wondering... If that is something the app does when an external source with a different format is loaded, how can I call the method of cleaning format programmatically? Is the app going to do this thing always?
Thanks
The text was updated successfully, but these errors were encountered:
toderesa97
changed the title
Remove formatting actually does not reset to the original format
Remove formatting does not actually reset to the original format
Aug 3, 2018
The title says everything... Before writing or pasting nothing, I write:
<this><a><text>.
and executing
console.log($("editor").Editor("getText");
, the app returns the expected output. But when pasting something from outside with a custom format and clicking the button ofRemove Formatting
the editor seems not to remove everything because what it is printed in the terminal is:So I was wondering... If that is something the app does when an external source with a different format is loaded, how can I call the method of cleaning format programmatically? Is the app going to do this thing always?
Thanks
The text was updated successfully, but these errors were encountered: