@social-mail/social-mail-client 1.8.132 → 1.8.134

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.
@@ -38408,6 +38408,8 @@ System.register(["tslib", "@web-atoms/web-controls/dist/mobile-app/MobileApp", "
38408
38408
  stopEmail(thread) {
38409
38409
  return __awaiter(this, void 0, void 0, function* () {
38410
38410
  yield this.conversationService.stopEmail(thread);
38411
+ thread.email.status = "draft";
38412
+ this.mailsRepeater.refreshItem(thread);
38411
38413
  });
38412
38414
  }
38413
38415
  closeAllThreads() {