mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-07-23 06:13:38 -04:00
Fixed invalid outdated version banner URL when using instant loading
This commit is contained in:
@@ -122,7 +122,7 @@ if (feature("navigation.instant"))
|
||||
|
||||
/* Set up version selector */
|
||||
if (config.version?.provider === "mike")
|
||||
setupVersionSelector()
|
||||
setupVersionSelector({ document$ })
|
||||
|
||||
/* Always close drawer and search on navigation */
|
||||
merge(location$, target$)
|
||||
|
||||
Reference in New Issue
Block a user