Skip to content

Commit 653d8dc

Browse files
crisbetojosephperrott
authored andcommitted
chore: revert #9971 (#10091)
1 parent a25786d commit 653d8dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/menu/menu-directive.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ export class MatMenu implements OnInit, AfterContentInit, MatMenuPanel, OnDestro
129129
@ViewChild(TemplateRef) templateRef: TemplateRef<any>;
130130

131131
/** List of the items inside of a menu. */
132-
@ContentChildren(MatMenuItem, {descendants: true}) items: QueryList<MatMenuItem>;
132+
@ContentChildren(MatMenuItem) items: QueryList<MatMenuItem>;
133133

134134
/**
135135
* Menu content that will be rendered lazily.

0 commit comments

Comments
 (0)