mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-03 11:22:30 +02:00
fix(v2): do not focus on skip link if page refreshed (#4797)
* fix(v2): do not focus on skip link if page refreshed * rename ref Co-authored-by: slorber <lorber.sebastien@gmail.com>
This commit is contained in:
parent
ab19070ab5
commit
0360364570
4 changed files with 32 additions and 9 deletions
|
@ -33,6 +33,8 @@ export {useTitleFormatter} from './utils/generalUtils';
|
|||
|
||||
export {usePluralForm} from './utils/usePluralForm';
|
||||
|
||||
export {useChangeRoute} from './utils/useChangeRoute';
|
||||
|
||||
export {
|
||||
useDocsPreferredVersion,
|
||||
useDocsPreferredVersionByPluginId,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue