-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redo not working, undo works badly #2614
Comments
@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 |
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" |
Sometimes it is working, sometimes not. |
@dzorogh I double-checked on our side, and tested a few other popular editors. It looks like supporting both cmd+shift+z and cmd+y on both Windows and Mac is pretty common. We'll push a fix today that makes sure both of these shortcuts work regardless of your OS. |
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: