We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5f63e9 commit 42948a2Copy full SHA for 42948a2
1 file changed
src/extensions/Keymap.js
@@ -46,10 +46,10 @@ const Keymap = Extension.create({
46
}
47
if (event.key === 'Delete' && event.ctrlKey === true) {
48
// Prevent deleting the file, by core Viewer.vue
49
- event.stopPropagation()
50
- window.dispatchEvent(event)
51
- return true
52
- }
+ event.stopPropagation()
+ window.dispatchEvent(event)
+ return true
+ }
53
},
54
55
}),
0 commit comments