Skip to content

Commit

Permalink
A regression caused by #67057
Browse files Browse the repository at this point in the history
For top-level nav items without any child routes (styles) don't animate the sidebar
  • Loading branch information
ramonjd committed Dec 10, 2024
1 parent f430cd7 commit 3751c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/edit-site/src/components/layout/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ function Layout() {
/>
<SidebarContent
shouldAnimate={
routeKey !== 'styles-view'
routeKey !== 'styles'
}
routeKey={ routeKey }
>
Expand Down

0 comments on commit 3751c5c

Please sign in to comment.