mkhstar / suneditor-react

A React Component for SunEditor (WYSIWYG editor)
http://suneditor.com/
424 stars 105 forks source link

Issue with Disappearance of Iframe Templates after using CTRL + Z #335

Closed MM2112 closed 11 months ago

MM2112 commented 11 months ago

I'm facing an issue with SunEditor while using templates within Iframes using editor.current.core.setIframeContents. When I make an initial modification on the template, and then press CTRL + Z to undo that modification, the template completely disappears. However, the goal is to simply undo the initial modification without losing the template.

Is there a specific solution or approach to prevent this unexpected disappearance of templates when using CTRL + Z? Thank you for your assistance!

mkhstar commented 11 months ago

This should be asked at the core suneditor repo.