npm update, modal bug fix, separated logics for easier maintainability, modal fe bugfix
This commit is contained in:
@ -161,7 +161,7 @@ onBeforeUnmount(() => {
|
||||
function initKeyShortcuts(event: KeyboardEvent) {
|
||||
if (!zoneEditorStore.zone) return
|
||||
|
||||
// prevent if focussed on input
|
||||
// prevent if focussed on composables
|
||||
if (document.activeElement?.tagName === 'INPUT') return
|
||||
|
||||
if (event.key === 'm') {
|
||||
|
Reference in New Issue
Block a user