adb-shared 6.2.26 → 6.2.27
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.
package/fesm2022/adb-shared.mjs
CHANGED
|
@@ -1878,9 +1878,9 @@ class AdbRichEditorComponent {
|
|
|
1878
1878
|
id;
|
|
1879
1879
|
constructor(el) {
|
|
1880
1880
|
this.el = el;
|
|
1881
|
+
this.id = this.getId();
|
|
1881
1882
|
}
|
|
1882
1883
|
getTextarea() {
|
|
1883
|
-
this.id = this.getId();
|
|
1884
1884
|
return this.el.nativeElement.querySelector('textarea');
|
|
1885
1885
|
}
|
|
1886
1886
|
onDoubleClick() {
|