You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think after setGraph, we should first clear the value of hoveredNode, so that it will work properly
or this.nodeDataCache[this.hoveredNode]?.hidden add ?
The text was updated successfully, but these errors were encountered:
Sigma.js version: 3.0.0-beta.36
Graphology version: 0.25.4
Operating System: windows 10
Web browser: chrome 124
Steps to reproduce
When I move the mouse over a node, or when the hover state of the node is not cancelled Using setGraph will throw an exception
Expected behavior
worked
Actual behavior
throw error
Note
error position
sigma.js/packages/sigma/src/sigma.ts
Line 1114 in 1261959
I think after
setGraph
, we should first clear the value ofhoveredNode
, so that it will work properlyor
this.nodeDataCache[this.hoveredNode]?.hidden
add?
The text was updated successfully, but these errors were encountered: