Skip to content

Commit a9112ec

Browse files
committed
Fix tips loading for standard navigation
1 parent abba0eb commit a9112ec

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/js/ra-navigation.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,4 +267,12 @@ window.addEventListener('DOMContentLoaded', () => {
267267
buildPageToC();
268268
navigationFitScroll();
269269
loadNewsletterScript();
270+
271+
if (window.location.pathname === '/documentation.html') {
272+
import('./ra-doc-exec.js').then(docExecModule => {
273+
document.querySelector('.DocSearch-content').innerHTML = '';
274+
toggleDockBlocks(true);
275+
docExecModule.showTip();
276+
});
277+
}
270278
});

0 commit comments

Comments
 (0)