@warp-ds/elements 2.0.2-next.5 → 2.0.2-next.6

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.
package/dist/index.js CHANGED
@@ -4069,7 +4069,10 @@ ${JSON.stringify(Object.keys(opposites))}`);
4069
4069
  ${JSON.stringify(directions)}`
4070
4070
  );
4071
4071
  }
4072
- setTimeout(() => this.requestUpdate(), 0);
4072
+ setTimeout(() => {
4073
+ this.requestUpdate();
4074
+ this.handleDone();
4075
+ }, 0);
4073
4076
  if (!this.callout) {
4074
4077
  window.addEventListener("click", this.handleDone);
4075
4078
  window.addEventListener("scroll", this.handleDone);