We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 017a2a9 commit 939637aCopy full SHA for 939637a
src/graph-view-node.js
@@ -442,7 +442,6 @@ class GraphViewNode {
442
443
updateNodeType(nodeType) {
444
this._paper.findViewByModel(this.model).el.removeEventListener('contextmenu', this._contextMenu._contextMenuEvent);
445
- this._paper.el.removeChild(this._contextMenuElement);
446
this.addContextMenu(this._graphSchema.nodes[nodeType].contextMenuItems);
447
}
448
0 commit comments