Cleanup closeCommand & cancelCommand because both are defined for popups

This commit is contained in:
djmaze 2021-07-16 09:11:10 +02:00
parent c46e190a3a
commit d69743cee5
5 changed files with 9 additions and 9 deletions

View file

@ -78,7 +78,7 @@ class AddOpenPgpKeyPopupView extends AbstractViewPopup {
return false;
}
this.cancelCommand && this.cancelCommand();
this.cancelCommand();
return true;
}