Update comment translations to English

This commit is contained in:
yangdx
2025-03-14 01:00:40 +08:00
parent 55d796c669
commit 496a208bf9
2 changed files with 3 additions and 2 deletions

View File

@@ -173,7 +173,7 @@ const useGraphStoreBase = create<GraphState>()((set, get) => ({
}),
setSigmaGraph: (sigmaGraph: DirectedGraph | null) => {
// 直接替换图形实例不尝试保留WebGL上下文
// Replace graph instance, no need to keep WebGL context
set({ sigmaGraph });
},