Re: [w3c/editing] Removal of browser built-in Undo stack functionality from contenteditable (#150)

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