Skip to content

Commit 19b27f9

Browse files
mhdahmangingi
authored andcommitted
Fixes AB#990: Focus moves to background when pop-up is open
1 parent be29483 commit 19b27f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/components/data/home/data-home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</div>
55
<div blBrowseLayoutButtons>
66
<bl-button type="plain" icon="fa fa-plus spin-hover" color="light" title="Add a file group" [matMenuTriggerFor]="addFileGroupMenu"
7-
[disabled]="!hasAutoStorage" [@.disabled]="true">
7+
(click)="addFileGroup()" (do)="addFileGroup()" [disabled]="!hasAutoStorage" [@.disabled]="true">
88
</bl-button>
99
<mat-menu #addFileGroupMenu="matMenu" [@.disabled]="true">
1010
<button mat-menu-item (click)="openEmptyContainerForm()"> Empty container </button>

0 commit comments

Comments
 (0)