react-mentions
react-mentions copied to clipboard
bug: Undo is not working after copy/paste
There are three more tickets (and the first one was opened in 2016!).
https://github.com/signavio/react-mentions/issues?q=is%3Aissue+is%3Aopen+undo
Undo/Redo is not working after copying or pasting into input (with shortcuts Ctrl+Z/Ctrl+Y and from contextmenu too). Personally I fixed that bug by implementing a history of messages and adding event listeners for keydown.