mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-15 17:22:35 +02:00
fix(search): search page should react to querystring changes + cleanup/refactor (#8757)
This commit is contained in:
parent
ea2b13ea94
commit
2f75979bc5
6 changed files with 70 additions and 69 deletions
|
@ -121,7 +121,6 @@ export {
|
|||
keyboardFocusedClassName,
|
||||
} from './hooks/useKeyboardNavigation';
|
||||
export {useLockBodyScroll} from './hooks/useLockBodyScroll';
|
||||
export {useSearchPage} from './hooks/useSearchPage';
|
||||
export {useCodeWordWrap} from './hooks/useCodeWordWrap';
|
||||
export {getPrismCssVariables} from './utils/codeBlockUtils';
|
||||
export {useBackToTopButton} from './hooks/useBackToTopButton';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue