react-mentions icon indicating copy to clipboard operation
react-mentions copied to clipboard

bug: Undo is not working after copy/paste

Open ghost opened this issue 3 years ago • 0 comments

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.

ghost avatar Jul 13 '22 08:07 ghost