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 22# all in-sync. This map is passed to each ng_package rule to stamp out the appropriate
33# version for the placeholders.
44ANGULAR_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"
66TSLIB_PACKAGE_VERSION = "^2.3.0"
77RXJS_PACKAGE_VERSION = "^6.5.3 || ^7.4.0"
88
Original file line number Diff line number Diff line change @@ -85,7 +85,6 @@ export abstract class MatInteractiveListBase<T extends MatListItemBase>
8585 protected _initWithAdapter ( adapter : MDCListAdapter ) {
8686 this . _adapter = adapter ;
8787 this . _foundation = new MDCListFoundation ( adapter ) ;
88- this . _foundation . setDisabledItemsFocusable ( false ) ;
8988 }
9089
9190 ngAfterViewInit ( ) {
You can’t perform that action at this time.
0 commit comments