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
edge_by_screen_pos panics if you are clicking and holding a node while extending the graph.
Seems to be because self.g.edge_endpoints(e.id()) returns None.
The following seems to work as a fix, but not sure if this is a bigger bug.
edge_by_screen_pos
panics if you are clicking and holding a node while extending the graph.Seems to be because
self.g.edge_endpoints(e.id())
returns None.The following seems to work as a fix, but not sure if this is a bigger bug.
The text was updated successfully, but these errors were encountered: