web app, added logic to hide info panel on remove events for edges/nodes
This commit is contained in:
parent
c4d8dcbdf5
commit
788712d12c
2 changed files with 28 additions and 0 deletions
|
@ -316,6 +316,8 @@ class CoreNetwork {
|
|||
this.nodeId = 0;
|
||||
}
|
||||
|
||||
this.network.fit();
|
||||
|
||||
return {
|
||||
id: sessionId,
|
||||
state: session.state
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue