Skip to content
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

Open
dzorogh opened this issue Dec 10, 2024 · 4 comments
Open

Redo not working, undo works badly #2614

dzorogh opened this issue Dec 10, 2024 · 4 comments
Labels

Comments

@dzorogh
Copy link

dzorogh commented Dec 10, 2024

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

  1. Write some text
  2. Press Undo
  3. Text removed
  4. Press Redo
  5. Text not reverted

Additional context

@dzorogh dzorogh added the bug label Dec 10, 2024
@Sahityaaryan
Copy link

@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

@emmerich
Copy link
Contributor

@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
Copy link
Author

dzorogh commented Dec 26, 2024

@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"

@dzorogh
Copy link
Author

dzorogh commented Dec 26, 2024

Sometimes it is working, sometimes not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants