Skip to content

Commit bc6c1b7

Browse files
committed
fix(material/tree): fix duplicate keydown events
1 parent 2d033d4 commit bc6c1b7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/material/tree/tree.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ import {MatTreeNodeOutlet} from './outlet';
1919
template: `<ng-container matTreeNodeOutlet></ng-container>`,
2020
host: {
2121
'class': 'mat-tree',
22-
'role': 'tree',
23-
'(keydown)': '_sendKeydownToKeyManager($event)',
24-
'(focus)': '_focusInitialTreeItem()',
2522
},
2623
styleUrls: ['tree.css'],
2724
encapsulation: ViewEncapsulation.None,

0 commit comments

Comments
 (0)