ps-toolkit-ui 1.7.82 → 1.7.83

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.
@@ -7725,6 +7725,10 @@
7725
7725
  };
7726
7726
  FormCkeditorComponent.prototype.onFocusIn = function () {
7727
7727
  console.log(this.inputBase);
7728
+ // @ts-ignore
7729
+ this.inputBase.instance.focus();
7730
+ // @ts-ignore
7731
+ this.inputBase.instance.element.focus();
7728
7732
  this.inputBase.nativeElement.focus();
7729
7733
  };
7730
7734
  FormCkeditorComponent.prototype.onKeyDown = function (e) {