@social-mail/social-mail-client 1.9.19 → 1.9.22

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.
@@ -41611,7 +41611,7 @@ System.register(["tslib", "@web-atoms/core/dist/di/DISingleton", "@web-atoms/cor
41611
41611
  this.showSearch = false;
41612
41612
  this.lastSearch = void 0;
41613
41613
  this.isFirstSearch = true;
41614
- setTimeout(() => this.load().catch(console.error), 1);
41614
+ setTimeout(() => this.firstSearch = this.load().catch(console.error), 1);
41615
41615
  }
41616
41616
  load() {
41617
41617
  return __awaiter(this, arguments, void 0, function* (search = void 0, cancelToken = void 0) {