We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c05775e commit d1e9620Copy full SHA for d1e9620
docs/examples/__init__.py
@@ -121,10 +121,7 @@ def register_apps():
121
)
122
123
# shim navigation callbacks
124
- keys = [
125
- "..page-1-link.active...page-2-link.active...page-3-link.active..",
126
- "page-content.children",
127
- ]
+ keys = ["page-content.children"]
128
for key in keys:
129
sidebar_app.callback_map[key]["callback"] = mod_callback(
130
sidebar_app.callback_map[key]["callback"]
0 commit comments