Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
fix: switch layout mode does not reset the collapsed menu setting
Browse files Browse the repository at this point in the history
closes #112
  • Loading branch information
likui628 authored Sep 18, 2023
1 parent e36a24d commit a37caf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/hooks/src/config/useAppConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ function handlerResults(
...splitOpt,
mode,
},
sidebar: { collapsed: false },
}

case HandlerSettingEnum.CHANGE_THEME_COLOR:
Expand Down

0 comments on commit a37caf9

Please sign in to comment.