From 4fc417ee0dc84e7098b414b98bd163993f286531 Mon Sep 17 00:00:00 2001 From: heiheihei <1395202740@qq.com> Date: Tue, 26 Aug 2025 18:57:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=88=87=E6=8D=A2=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=EF=BC=8C=E6=90=9C=E7=B4=A2=E6=A1=86=E6=B2=A1=E6=9C=89?= =?UTF-8?q?=E6=B8=85=E7=A9=BA=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../app/src/features/Search/SearchModal.tsx | 78 +++++++++++-------- 1 file changed, 44 insertions(+), 34 deletions(-) diff --git a/plugins/mindstudio-insight-plugins/ModelVis/app/src/features/Search/SearchModal.tsx b/plugins/mindstudio-insight-plugins/ModelVis/app/src/features/Search/SearchModal.tsx index d467c79789..47355cc565 100644 --- a/plugins/mindstudio-insight-plugins/ModelVis/app/src/features/Search/SearchModal.tsx +++ b/plugins/mindstudio-insight-plugins/ModelVis/app/src/features/Search/SearchModal.tsx @@ -30,7 +30,12 @@ import { useEffect, useState } from "react" -import { searchResultAtom, searchVisibleAtom, zoomAtom } from "stores" +import { + modelPathAtom, + searchResultAtom, + searchVisibleAtom, + zoomAtom, +} from "stores" import { workerHighlight, workerSearch } from "worker-apis" type NodeProps = { @@ -51,10 +56,10 @@ const NodeCandidate = ({ node, startAnimation }: NodeProps) => { } return