Archive update v0.55.0

This commit is contained in:
Eliot Partridge
2019-10-01 18:00:16 -05:00
parent 895627a641
commit a9bbd552a3
41 changed files with 3002 additions and 2490 deletions
@@ -83,6 +83,13 @@ export class ActionBar {
this.closeActions();
}
else {
// if the action menu was opened from the settings dropdown, just do nothing
// it means you can't close that menu by clicking on this button, but it's
// a minor issue
if (document.body.classList.contains('actions-modal-opened')) {
return;
}
this.isWaitingForActionsModal = true;
this.modalRef = this.modalService.show(this.actionsModal, { ignoreBackdropClick: true });
}