You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Redo keybind (^+⇧+Z) not work.
And Undo doing weird things every time: removing spaces in previous paragraph, doing nothing, removing multiple lines of text.
How to reproduce
Write some text
Press Undo
Text removed
Press Redo
Text not reverted
Additional context
The text was updated successfully, but these errors were encountered:
@dzorogh Try (ctrl + z) for undo and (ctrl + y) for a redo. It's working in my case, but I am also using a windows laptop, I think for mac it will also be the same
@dzorogh We do support cmd+shift+z for redo on Mac, it's based on your window.navigator. Are you on Apple + can you run that command (window.navigator) in your console and tell us the output?
@dzorogh We do support cmd+shift+z for redo on Mac, it's based on your window.navigator. Are you on Apple + can you run that command (window.navigator) in your console and tell us the output?
I have Windows 11 and Chrome 131
userAgent: "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36"
platform: "Win32"
Bug description
Redo keybind (^+⇧+Z) not work.
And Undo doing weird things every time: removing spaces in previous paragraph, doing nothing, removing multiple lines of text.
How to reproduce
Additional context
The text was updated successfully, but these errors were encountered: