@acorex/components 20.2.56 → 20.2.57

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.
@@ -261,9 +261,9 @@ class AXWysiwygContainerComponent extends classes((MXInputBaseValueComponent), M
261
261
  * @param isDisabled - Whether the component should be disabled.
262
262
  * @returns void - No return value.
263
263
  */
264
- setDisabledState(isDisabled) {
265
- super.setDisabledState(isDisabled);
266
- }
264
+ // override setDisabledState(isDisabled: boolean): void {
265
+ // super.setDisabledState(isDisabled);
266
+ // }
267
267
  setWysiwygContent(value) {
268
268
  const quill = this.wysiwyg();
269
269
  const delta = quill.clipboard.convert({ html: value });