1
0
mirror of https://github.com/bitwarden/browser synced 2026-03-01 11:01:17 +00:00

Eliminate standalone in libs/components (#19142)

* Eliminate last standalone in libs/components

* Fix annon layout
This commit is contained in:
Oscar Hinton
2026-02-26 18:48:41 +01:00
committed by GitHub
parent d8fdfdf559
commit c5fa1a5b04
15 changed files with 10 additions and 42 deletions

View File

@@ -53,7 +53,6 @@ const CONTEXT_MENU_POSITIONS: ConnectedPosition[] = [
@Directive({
selector: "[bitMenuTriggerFor]",
exportAs: "menuTrigger",
standalone: true,
host: { "[attr.role]": "this.role()" },
})
export class MenuTriggerForDirective implements OnDestroy {