Skip to content

Commit 9a59bcd

Browse files
crisbetojelbourn
authored andcommitted
chore: revert #9971 (#10091)
1 parent 4cbd1fd commit 9a59bcd

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 AfterContentInit, MatMenuPanel, OnDestroy {
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)