lexical
lexical copied to clipboard
Bug: can't use some shortcuts in inputs inside DecoratorNodes
When we have an input inside a DecoratorNode and we try to do Ctrl+Del
for example, which is suppose to delete one full word, it doesn't do anything.
Screencast from 2023-01-21 05:57:46 PM.webm
Lexical version:
Steps To Reproduce
- Go to playgroud
- Insert a poll
- Write something
- Press
Ctrl+Del
- Notice nothing happening
The current behavior
Nothing happens when Ctrl+Del
in an input.
The expected behavior
A word is deleted in an input when Ctrl+Del
is pressed.