mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 06:27:02 +03:00
Drop cancelCommand in favor of closeCommand and improve AbstractViewPopup handling
This commit is contained in:
parent
06b5b83588
commit
2edd55f01f
36 changed files with 82 additions and 118 deletions
|
|
@ -54,7 +54,7 @@ export class FolderClearPopupView extends AbstractViewPopup {
|
|||
this.clearingError(getNotification(iError));
|
||||
} else {
|
||||
MessagelistUserStore.reload(true);
|
||||
this.cancelCommand();
|
||||
this.closeCommand();
|
||||
}
|
||||
}, {
|
||||
Folder: folderToClear.fullName
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue