ato-water-lib 0.0.87 → 0.0.89

Sign up to get free protection for your applications and to get access to all the features.
@@ -4689,6 +4689,12 @@ class AtoDefaultGojsEditor {
4689
4689
  click: (e, obj) => {
4690
4690
  if (obj?.data?.onSelected) {
4691
4691
  obj?.data?.onSelected(obj?.data);
4692
+ self.onClickCompoent.emit({
4693
+ left: e?.['Wr']?.x,
4694
+ top: e?.['Wr']?.y,
4695
+ node: node,
4696
+ component: obj?.data,
4697
+ });
4692
4698
  }
4693
4699
  },
4694
4700
  selectionChanged: (e) => {