1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-27 04:03:00 +02:00

fix: update bit-menu withPush (#4240)

This commit is contained in:
Will Martin 2022-12-16 08:46:06 -05:00 committed by GitHub
parent 923cb21654
commit f3ee9b016a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,7 @@ export class MenuTriggerForDirective implements OnDestroy {
])
.withLockedPosition(true)
.withFlexibleDimensions(false)
.withPush(false),
.withPush(true),
};
private closedEventsSub: Subscription;
private keyDownEventsSub: Subscription;