Update web assets

This commit is contained in:
yangdx
2025-03-19 13:52:38 +08:00
parent 61734313b2
commit ffaa3493bd
7 changed files with 94 additions and 94 deletions

View File

@@ -121,7 +121,7 @@ const GraphViewer = () => {
// All dynamic settings will be updated in GraphControl using useSetSettings
useEffect(() => {
setSigmaSettings(defaultSigmaSettings)
console.log('Initialized sigma settings')
console.log('Initialized sigma settings')
}, [])
// Clean up sigma instance when component unmounts