Closed quicksilver32 closed 4 years ago
I have this: This doesn't work
node.update(); this.editor.view.updateConnections({ node: node })
node.update(); setTimeout(() => { this.emitter.view.updateConnections({ node }); }, 10); // or this.editor
try it
@Hatead1 Thank you! It works!
I have this: This doesn't work