Poprawki responsywności; dodano wyszukiwanie scenerii

This commit is contained in:
2022-09-27 18:58:46 +02:00
parent c5e68c4d03
commit 29a02dd98f
14 changed files with 63 additions and 29 deletions
+1
View File
@@ -19,6 +19,7 @@ export default defineComponent({
onKeyDownFunction() {},
handleKeyDown(e: KeyboardEvent) {
if (!e.key) return;
if (e.key.toLowerCase() == 'f' && !this.preventKeyDown && !e.ctrlKey && !e.altKey) this.onKeyDownFunction();
},
},