mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-07-22 13:53:43 -04:00
Removed deprecations
This commit is contained in:
@@ -63,8 +63,7 @@ export function patchIndeterminate(
|
||||
document$
|
||||
.pipe(
|
||||
switchMap(() => getElements<HTMLInputElement>(
|
||||
// @todo `data-md-state` is deprecated and removed in v9
|
||||
".md-toggle--indeterminate, [data-md-state=indeterminate]"
|
||||
".md-toggle--indeterminate"
|
||||
)),
|
||||
tap(el => {
|
||||
el.indeterminate = true
|
||||
|
||||
Reference in New Issue
Block a user