File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
src/material-experimental/mdc-list Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 2
2
# all in-sync. This map is passed to each ng_package rule to stamp out the appropriate
3
3
# version for the placeholders.
4
4
ANGULAR_PACKAGE_VERSION = "^13.0.0 || ^14.0.0-0"
5
- MDC_PACKAGE_VERSION = "14.0.0-canary.7d8ea4624 .0"
5
+ MDC_PACKAGE_VERSION = "14.0.0-canary.9736ddce9 .0"
6
6
TSLIB_PACKAGE_VERSION = "^2.3.0"
7
7
RXJS_PACKAGE_VERSION = "^6.5.3 || ^7.4.0"
8
8
Original file line number Diff line number Diff line change @@ -85,7 +85,6 @@ export abstract class MatInteractiveListBase<T extends MatListItemBase>
85
85
protected _initWithAdapter ( adapter : MDCListAdapter ) {
86
86
this . _adapter = adapter ;
87
87
this . _foundation = new MDCListFoundation ( adapter ) ;
88
- this . _foundation . setDisabledItemsFocusable ( false ) ;
89
88
}
90
89
91
90
ngAfterViewInit ( ) {
You can’t perform that action at this time.
0 commit comments