@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.
@@ -3289,7 +3289,10 @@ ${JSON.stringify(Object.keys(opposites))}`);
3289
3289
  ${JSON.stringify(directions)}`
3290
3290
  );
3291
3291
  }
3292
- setTimeout(() => this.requestUpdate(), 0);
3292
+ setTimeout(() => {
3293
+ this.requestUpdate();
3294
+ this.handleDone();
3295
+ }, 0);
3293
3296
  if (!this.callout) {
3294
3297
  window.addEventListener("click", this.handleDone);
3295
3298
  window.addEventListener("scroll", this.handleDone);