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