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:
Alexey Pyltsyn 2021-05-18 16:55:11 +03:00 committed by GitHub
parent ab19070ab5
commit 0360364570
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 32 additions and 9 deletions

View file

@ -33,6 +33,8 @@ export {useTitleFormatter} from './utils/generalUtils';
export {usePluralForm} from './utils/usePluralForm';
export {useChangeRoute} from './utils/useChangeRoute';
export {
useDocsPreferredVersion,
useDocsPreferredVersionByPluginId,