hotfix; aktualizacja paczek

This commit is contained in:
2023-12-01 21:40:04 +01:00
parent fef3991206
commit 825610b4c2
3 changed files with 254 additions and 385 deletions
+2
View File
@@ -16,6 +16,8 @@ export default defineComponent({
},
methods: {
onKeyDownFunction() {},
handleKeyDown(e: KeyboardEvent) {
if (!e.key) return;
if (e.key.toLowerCase() == 'f' && !this.preventKeyDown && !e.ctrlKey && !e.altKey)