fix(3d-nds): lag modal was stealing the keys

This commit is contained in:
2026-02-26 12:05:13 +01:00
parent 0cb1f4a5ff
commit 7cced930d6
3 changed files with 8 additions and 3 deletions

View File

@@ -57,6 +57,7 @@ export const useAppStore = defineStore("app", {
hintsVisible: false,
hintsAllowed: false,
lagDetected: false,
lagModalOpen: false,
};
},