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
This is most likely because reordering the Editor component like this causes its internal iframe to lose state. This is because it would mean it's removed from the dom (albeit temporarily) and therefore losing all state within the iframe.
We can suggest workarounds that hide the editor or where the reordering is done with CSS, depends on your implementation.
What is the current behavior?
Please provide the steps to reproduce and if possible a minimal demo of the problem via codesandbox.io or similar.
we have a list of editors that can be reorder, when it does the content disappears in all editors
our code :
What is the expected behavior?
Show content in the right place
Which versions of TinyMCE, and which browser / OS are affected by this issue? Did this work in previous versions of TinyMCE or
tinymce-react
?tinymce: 6.6.2
tinymce-react: 4.3.0
OS: windows
Browser: edge
(didn't try other browsers and os since most of our customers uses this OS and browser)
Started working with tinyMCE in the past few weeks so didn't have the chance to try on previous versions
The text was updated successfully, but these errors were encountered: