megahertz / react-simple-wysiwyg

Simple and lightweight React WYSIWYG editor
https://megahertz.github.io/react-simple-wysiwyg/
MIT License
119 stars 21 forks source link

Undo/redo linked between multiple editors #24

Closed duhmojo closed 1 year ago

duhmojo commented 1 year ago

Hey. I noticed that the undo/redo is linked between multiple instances of the editor. I'm using it in a multi-field page and if I edit one, then the other, and click into the 1st one again, undo will undo the other (not the one in focus) and if I undo enough it'll undo changes in the 1st.

I expect its some shared reference. If you have a suggestion on how to separate this it would be great. BTW I'm using your awesome simple editor for a non-public function, so I'm not expecting it to be perfect, but it is light weight and works perfectly well enough in more cases. Thanks again.

megahertz commented 1 year ago

Thank you for the report, fixed

duhmojo commented 1 year ago

Amazing. Thanks!