From 45a067e7cb507a2ecbec39145f2d310dafc13b76 Mon Sep 17 00:00:00 2001 From: wzy-warehouse <18135009705@163.com> Date: Tue, 28 Apr 2026 10:11:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E5=8D=87=E6=80=A7=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/hooks/map/useMap.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/hooks/map/useMap.ts b/src/hooks/map/useMap.ts index 0453771..ffd66f7 100644 --- a/src/hooks/map/useMap.ts +++ b/src/hooks/map/useMap.ts @@ -133,7 +133,8 @@ export const useMap = () => { () => { // 设置最小最大高度 CesiumUtilsSingleton.setHeightLimits(); - } + }, + { passive: true } // 标记为 passive 以提升滚动性能 ); };