@keyueclaw/web-sdk 0.1.99 → 0.1.100

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.
@@ -33176,6 +33176,9 @@ var xU = "height:32px;padding:0 10px;border:1px solid var(--keyueclaw-border-str
33176
33176
  connectedCallback() {
33177
33177
  super.connectedCallback(), document.addEventListener("keydown", this._onDocKeyDown);
33178
33178
  }
33179
+ shouldReconnectOnPropChange() {
33180
+ return !0;
33181
+ }
33179
33182
  disconnectedCallback() {
33180
33183
  super.disconnectedCallback(), this._autosaveTimer !== null && clearTimeout(this._autosaveTimer), document.removeEventListener("keydown", this._onDocKeyDown);
33181
33184
  }