@leanix/components 0.4.608 → 0.4.610

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,9 +10731,6 @@ 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
- }
10737
10734
  destroy() {
10738
10735
  this.renderer.destroy();
10739
10736
  this.editor.off('selectionUpdate', this.handleSelectionUpdate);