Remove graphSearchTypes.ts, move OptionItem type to GraphSearch.tsx

This commit is contained in:
yangdx
2025-03-16 03:01:36 +08:00
parent 29c32955c4
commit 7d4390af96
4 changed files with 9 additions and 9 deletions

View File

@@ -111,7 +111,7 @@ const GraphLabels = () => {
// Clear current graph data to ensure complete reload when label changes
if (newLabel !== currentLabel) {
const graphStore = useGraphStore.getState();
// 完全重置图形状态
// Reset the all graph objects and status
graphStore.reset();
}