Lexical version:
0.17.0
Steps To Reproduce
- Make some changes in the editor (https://playground.lexical.dev/)
- Undo the changes (Using command + Z)
- Redo the changes (Using command + Y) --- It doesn't do redo rather it opens the browser history (It works when we use the Redo button, but fails when we use the keyboard)
Link to code example:
https://playground.lexical.dev/
The current behavior
command + Y doesn't do redo changes in the editor rather it opens the browser history
The expected behavior
command + Y should redo the changes in the editor
Impact of fix