mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 13:39:22 +03:00
Cleanup closeCommand & cancelCommand because both are defined for popups
This commit is contained in:
parent
c46e190a3a
commit
d69743cee5
5 changed files with 9 additions and 9 deletions
|
|
@ -85,7 +85,7 @@ class PluginPopupView extends AbstractViewPopup {
|
|||
if (!isPopupVisible(AskPopupView)) {
|
||||
showScreenPopup(AskPopupView, [
|
||||
i18n('POPUPS_ASK/DESC_WANT_CLOSE_THIS_WINDOW'),
|
||||
() => this.modalVisibility() && this.cancelCommand && this.cancelCommand()
|
||||
() => this.modalVisibility() && this.cancelCommand()
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue