Skip to content

Commit

Permalink
Merge branch 'dev' into add_friend_link
Browse files Browse the repository at this point in the history
  • Loading branch information
phillsatellite authored Dec 6, 2024
2 parents a69c026 + 0afc442 commit c107e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/settings/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
vertical
on:navigate={e => {
let sideBarIsOpened = get(UIStore.state.sidebarOpen)
if (sideBarIsOpened) {
if (sideBarIsOpened && checkMobile()) {
UIStore.toggleSidebar()
}
goto(e.detail)
Expand Down

0 comments on commit c107e74

Please sign in to comment.