npm update, modal bug fix, separated logics for easier maintainability, modal fe bugfix

This commit is contained in:
2024-07-27 22:53:38 +02:00
parent 925bdb741e
commit e4cd0e041a
6 changed files with 224 additions and 214 deletions

View File

@ -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') {