@ -27312,7 +27312,6 @@ return /******/ (function(modules) { // webpackBootstrap
this . body . emitter . on ( "_dataChanged" , function ( ) {
this . body . emitter . on ( "_dataChanged" , function ( ) {
// update shortcut lists
// update shortcut lists
_this3 . _updateVisibleIndices ( ) ;
_this3 . _updateVisibleIndices ( ) ;
_this3 . physics . updatePhysicsData ( ) ;
_this3 . body . emitter . emit ( "_requestRedraw" ) ;
_this3 . body . emitter . emit ( "_requestRedraw" ) ;
// call the dataUpdated event because the only difference between the two is the updating of the indices
// call the dataUpdated event because the only difference between the two is the updating of the indices
_this3 . body . emitter . emit ( "_dataUpdated" ) ;
_this3 . body . emitter . emit ( "_dataUpdated" ) ;
@ -33394,6 +33393,11 @@ return /******/ (function(modules) { // webpackBootstrap
_this . stopSimulation ( false ) ;
_this . stopSimulation ( false ) ;
_this . body . emitter . off ( ) ;
_this . body . emitter . off ( ) ;
} ) ;
} ) ;
// this event will trigger a rebuilding of the cache everything. Used when nodes or edges have been added or removed.
this . body . emitter . on ( "_dataChanged" , function ( ) {
// update shortcut lists
_this . updatePhysicsData ( ) ;
} ) ;
}
}
/ * *
/ * *
@ -33886,7 +33890,6 @@ return /******/ (function(modules) { // webpackBootstrap
/ * *
/ * *
* Find a stable position for all nodes
* Find a stable position for all nodes
* @ private
* /
* /
} , {
} , {
key : 'stabilize' ,
key : 'stabilize' ,
@ -35887,7 +35890,6 @@ return /******/ (function(modules) { // webpackBootstrap
* Get the stack clusterId ' s that a certain node resides in . cluster A - > cluster B - > cluster C - > node
* Get the stack clusterId ' s that a certain node resides in . cluster A - > cluster B - > cluster C - > node
* @ param nodeId
* @ param nodeId
* @ returns { Array }
* @ returns { Array }
* @ private
* /
* /
} , {
} , {
key : 'findNode' ,
key : 'findNode' ,
@ -38711,7 +38713,6 @@ return /******/ (function(modules) { // webpackBootstrap
*
*
* @ param { { x : Number , y : Number } } pointer
* @ param { { x : Number , y : Number } } pointer
* @ return { Node | undefined } node
* @ return { Node | undefined } node
* @ private
* /
* /
} , {
} , {
key : "getNodeAt" ,
key : "getNodeAt" ,
@ -38772,7 +38773,6 @@ return /******/ (function(modules) { // webpackBootstrap
*
*
* @ param pointer
* @ param pointer
* @ returns { undefined }
* @ returns { undefined }
* @ private
* /
* /
} , {
} , {
key : "getEdgeAt" ,
key : "getEdgeAt" ,
@ -38844,8 +38844,6 @@ return /******/ (function(modules) { // webpackBootstrap
/ * *
/ * *
* Unselect all . The selectionObj is useful for this .
* Unselect all . The selectionObj is useful for this .
*
* @ private
* /
* /
} , {
} , {
key : "unselectAll" ,
key : "unselectAll" ,
@ -40167,8 +40165,6 @@ return /******/ (function(modules) { // webpackBootstrap
/ * *
/ * *
* Create the toolbar for adding Nodes
* Create the toolbar for adding Nodes
*
* @ private
* /
* /
} , {
} , {
key : 'addNodeMode' ,
key : 'addNodeMode' ,
@ -40198,8 +40194,6 @@ return /******/ (function(modules) { // webpackBootstrap
/ * *
/ * *
* call the bound function to handle the editing of the node . The node has to be selected .
* call the bound function to handle the editing of the node . The node has to be selected .
*
* @ private
* /
* /
} , {
} , {
key : 'editNode' ,
key : 'editNode' ,
@ -40246,8 +40240,6 @@ return /******/ (function(modules) { // webpackBootstrap
/ * *
/ * *
* create the toolbar to connect nodes
* create the toolbar to connect nodes
*
* @ private
* /
* /
} , {
} , {
key : 'addEdgeMode' ,
key : 'addEdgeMode' ,
@ -40284,8 +40276,6 @@ return /******/ (function(modules) { // webpackBootstrap
/ * *
/ * *
* create the toolbar to edit edges
* create the toolbar to edit edges
*
* @ private
* /
* /
} , {
} , {
key : 'editEdgeMode' ,
key : 'editEdgeMode' ,
@ -40361,8 +40351,6 @@ return /******/ (function(modules) { // webpackBootstrap
/ * *
/ * *
* delete everything in the selection
* delete everything in the selection
*
* @ private
* /
* /
} , {
} , {
key : 'deleteSelected' ,
key : 'deleteSelected' ,