mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-17 16:47:56 +02:00
fix(theme): fix collapsible sidebar behavior when prefers-reduced-motion (#8971)
This commit is contained in:
parent
3170515c89
commit
905fe7f4b4
4 changed files with 20 additions and 6 deletions
|
@ -45,6 +45,8 @@ export {useCollapsible, Collapsible} from './components/Collapsible';
|
|||
|
||||
export {ThemeClassNames} from './utils/ThemeClassNames';
|
||||
|
||||
export {prefersReducedMotion} from './utils/accessibilityUtils';
|
||||
|
||||
export {
|
||||
useIsomorphicLayoutEffect,
|
||||
useEvent,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue