From fd1a009c37bedda75e4ba1b1cb1eeaf3facecb04 Mon Sep 17 00:00:00 2001
From: jihongshun <1151753686@qq.com>
Date: 星期一, 22 九月 2025 21:48:25 +0800
Subject: [PATCH] bugfix

---
 src/utils/components/init-map.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/utils/components/init-map.vue b/src/utils/components/init-map.vue
index 90d88be..ac030b6 100644
--- a/src/utils/components/init-map.vue
+++ b/src/utils/components/init-map.vue
@@ -287,7 +287,7 @@
   },
   beforeDestroy() {
     counter = 0
-    this.removeKeyboardEvents();
+    // this.removeKeyboardEvents();
     if (this.animationFrameId) cancelAnimationFrame(this.animationFrameId);
     window.removeEventListener("keydown", this.handleKeydown);
     if (viewerC) viewerC.destroy();

--
Gitblit v1.9.3