mirror of
https://github.com/bitwarden/browser
synced 2026-02-02 17:53:41 +00:00
prevent popupBackAction directive from overwriting handler value
This commit is contained in:
@@ -13,6 +13,6 @@ export class PopupBackBrowserDirective extends BitActionDirective {
|
||||
// Override the required input to make it optional since we set it automatically
|
||||
override readonly handler = model<FunctionReturningAwaitable>(
|
||||
() => this.routerCacheService.back(),
|
||||
{ alias: "popupBackAction" },
|
||||
{ alias: "bitAction" },
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user