@dnncommunity/dnn-elements 0.27.2-beta.1 → 0.27.2-beta.2

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.
@@ -30113,10 +30113,10 @@ const DnnRichtext = class {
30113
30113
  }
30114
30114
  }
30115
30115
  render() {
30116
- return (index$1.h(index$1.Host, { key: 'fd4b205cd3f2194fcba347d056ac093aecdf9707', tabIndex: this.focused ? -1 : 0, onFocus: () => {
30116
+ return (index$1.h(index$1.Host, { key: '5e8d974a84cc144e30a57ea57fbfb452d6d8893e', tabIndex: this.focused ? -1 : 0, onFocus: () => {
30117
30117
  this.focused = true;
30118
30118
  this.editor.focus();
30119
- }, onBlur: () => this.focused = false }, index$1.h("textarea", { key: 'fbb89fe6e38452f730cbb2504d50bdc7afedbf3f', ref: el => this.textArea = el, onFocus: () => this.focused = true, onBlur: () => this.focused = false })));
30119
+ }, onBlur: () => this.focused = false }, index$1.h("textarea", { key: '4bbd4d9d93da53ce4809af6dd07425b4f6501d15', ref: el => this.textArea = el, onFocus: () => this.focused = true, onBlur: () => this.focused = false })));
30120
30120
  }
30121
30121
  static get formAssociated() { return true; }
30122
30122
  get host() { return index$1.getElement(this); }