@leanix/components 0.4.605 → 0.4.607
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10731,6 +10731,9 @@ class AngularNodeView extends NodeView {
|
|
10731
10731
|
deselectNode() {
|
10732
10732
|
this.renderer.updateProps({ selected: false });
|
10733
10733
|
}
|
10734
|
+
stopEvent() {
|
10735
|
+
return !this.editor.view.editable;
|
10736
|
+
}
|
10734
10737
|
destroy() {
|
10735
10738
|
this.renderer.destroy();
|
10736
10739
|
this.editor.off('selectionUpdate', this.handleSelectionUpdate);
|