prevent default on undo-redo
This commit is contained in:
parent
b8128aaf86
commit
08ad9b4186
@ -565,6 +565,7 @@
|
||||
} else {
|
||||
dbUtils.undo();
|
||||
}
|
||||
e.preventDefault();
|
||||
} else if ((e.key === 'Backspace' || e.key === 'Delete') && (e.metaKey || e.ctrlKey)) {
|
||||
if (!targetInput) {
|
||||
if (e.shiftKey) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user