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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user