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