Skip to content

Commit 42948a2

Browse files
authored
fix tabs
Signed-off-by: jeremy238 <113722664+jeremy238@users.noreply.github.com>
1 parent d5f63e9 commit 42948a2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/extensions/Keymap.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ const Keymap = Extension.create({
4646
}
4747
if (event.key === 'Delete' && event.ctrlKey === true) {
4848
// Prevent deleting the file, by core Viewer.vue
49-
event.stopPropagation()
50-
window.dispatchEvent(event)
51-
return true
52-
}
49+
event.stopPropagation()
50+
window.dispatchEvent(event)
51+
return true
52+
}
5353
},
5454
},
5555
}),

0 commit comments

Comments
 (0)