- From: Kevin Jahns <notifications@github.com>
- Date: Fri, 15 Mar 2019 07:40:55 -0700
- To: w3c/editing <editing@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 15 March 2019 14:41:16 UTC
I recently stumbled on this problem and came up with a method to trick the browser to use ProseMirrors undo manager. I posted my solution in the ProseMirror forum, but it can certainly applied to other editors as well. https://discuss.prosemirror.net/t/native-undo-history/1823 My solution currently works in Chrome, Chromium, Firefox, and Safari. I think the method works in all browsers that support `inputType` on `Input` events. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/editing/issues/150#issuecomment-473312013
Received on Friday, 15 March 2019 14:41:16 UTC