@descope/web-components-ui 1.0.302 → 1.0.303

Sign up to get free protection for your applications and to get access to all the features.
@@ -4770,9 +4770,9 @@ let EnrichedText$2 = class EnrichedText extends createBaseClass({ componentName:
4770
4770
 
4771
4771
  onReadOnlyChange(isReadOnly) {
4772
4772
  if (isReadOnly) {
4773
- this.setAttribute('inert', isReadOnly);
4773
+ this.contentNode.setAttribute('inert', isReadOnly);
4774
4774
  } else {
4775
- this.removeAttribute('inert');
4775
+ this.contentNode.removeAttribute('inert');
4776
4776
  }
4777
4777
  }
4778
4778
  };