@osovitny/anatoly 2.14.92 → 2.14.93

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.
@@ -3483,8 +3483,8 @@ class BaseDialog extends BaseEditComponent {
3483
3483
  }
3484
3484
  set isOpen(value) {
3485
3485
  if (value) {
3486
- if (this.onBeforeOpen) {
3487
- this.onBeforeOpen();
3486
+ if (this.anOnBeforeOpen) {
3487
+ this.anOnBeforeOpen();
3488
3488
  }
3489
3489
  this.opened.emit();
3490
3490
  }