Commit bfb19fd
committed
fix(Keymap): Add Backspace shortcut to undo input rules
The upstream Tiptap Keymap extension that we don't use (anymore) also
provides this.
It allows to undo the automatic changes from input rules directly after
they got applied by hitting <Backspace>.
Unfortunately this doesn't work for nodes that get changed by the
TextDirection extension due to a bug, but there's still plenty of input
rules where it works, so let's bring it in.
Signed-off-by: Jonas <jonas@freesources.org>1 parent a10882a commit bfb19fd
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
23 | 28 | | |
24 | 29 | | |
25 | 30 | | |
| |||
0 commit comments