1
0
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:
gbubemismith
2025-11-04 13:59:38 -05:00
parent 9803cc98b4
commit c83d3058bc

View File

@@ -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" },
);
}