Open garrytaulu opened 5 years ago
Did some quick research on this, it looks like CodeMirror 5.x has broken undo/redo on iOS as it works fine in CodeMirror 3. Probably not much you can do but I’ve raised the issue with CodeMirror as well https://github.com/codemirror/CodeMirror/issues/5850
thanks for reporting! i wonder if there's a work around...
Looks like hardware keyboards work now but the software 'undo' and 'redo' buttons still do not work.
Okay, thanks for the update. Hopefully CodeMirror 6 will fix this issue (no idea when that will be released though!).
I'm having a hard time figuring out how to connect CodeMirror to the undo/redo buttons on iPad software keyboards. For mobile development, I think it makes sense to have Undo and Redo buttons that appear, but that still would't show up here.
Nature of issue?
Details about the bug:
Unable to undo typing in the editor. CMD + Z does not work and neither do the software undo and redo buttons.