From 2f7c82cf08b22cd22fb918fa053c1f4f8735f241 Mon Sep 17 00:00:00 2001 From: JIANG Date: Thu, 6 Nov 2025 11:16:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=B8=85=E9=99=A4=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E8=AE=BE=E5=A4=87=E5=90=8E=EF=BC=8C=E5=9C=B0=E5=9B=BE?= =?UTF-8?q?=E9=AB=98=E4=BA=AE=E6=B2=A1=E6=B8=85=E9=99=A4=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/olmap/SCADADeviceList.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/olmap/SCADADeviceList.tsx b/src/components/olmap/SCADADeviceList.tsx index 7aa98dd..ddd5d88 100644 --- a/src/components/olmap/SCADADeviceList.tsx +++ b/src/components/olmap/SCADADeviceList.tsx @@ -466,6 +466,7 @@ const SCADADeviceList: React.FC = ({ // 清除选择 const handleClearSelection = useCallback(() => { setInternalSelection([]); + setHighlightFeatures([]); setPendingSelection([]); }, []);