@limetech/lime-elements 37.76.0 → 37.76.1

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.
@@ -28050,6 +28050,7 @@ const ProsemirrorAdapter = class {
28050
28050
  this.view.dispatch(tr);
28051
28051
  this.suppressChangeEvent = false;
28052
28052
  }
28053
+ static get delegatesFocus() { return true; }
28053
28054
  get host() { return index.getElement(this); }
28054
28055
  static get watchers() { return {
28055
28056
  "value": ["watchValue"]