forked from noxious/client
Undo and redo cycling through map edit history
This commit is contained in:
@ -169,6 +169,8 @@ function initKeyShortcuts(event: KeyboardEvent) {
|
||||
// prevent if focused on composables
|
||||
if (document.activeElement?.tagName === 'INPUT') return
|
||||
|
||||
if (event.ctrlKey) return
|
||||
|
||||
const keyActions: { [key: string]: string } = {
|
||||
m: 'move',
|
||||
p: 'pencil',
|
||||
|
Reference in New Issue
Block a user