highlight path
This commit is contained in:
@@ -43,7 +43,6 @@ export default defineStore('useCytoscapeStore', {
|
||||
if(nodeToSave) {
|
||||
nodeToSave.position = position;
|
||||
} else {
|
||||
console.log('aaaa this.nodePositions[this.currentGraphId]',this.nodePositions[this.currentGraphId] );
|
||||
this.nodePositions[this.currentGraphId].push({id: nodeId, position: position});
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user