Fix linting

This commit is contained in:
yangdx
2025-03-15 14:47:21 +08:00
parent c5362d90e8
commit 1d4b0242e8
4 changed files with 14 additions and 17 deletions

View File

@@ -577,7 +577,7 @@ const useLightrangeGraph = () => {
// Update the dynamic edge map and invalidate search cache
rawGraph.buildDynamicMap();
// Force search engine rebuild by invalidating cache
searchCache.graph = null;
searchCache.searchEngine = null;
@@ -724,7 +724,7 @@ const useLightrangeGraph = () => {
// Rebuild the dynamic edge map and invalidate search cache
rawGraph.buildDynamicMap();
// Force search engine rebuild by invalidating cache
searchCache.graph = null;
searchCache.searchEngine = null;