fix: app sidebar toggle (#3829)
This commit is contained in:
parent
51f795fbd7
commit
34301e4399
8 changed files with 64 additions and 71 deletions
|
|
@ -144,7 +144,7 @@ export const ProjectSidebarListItem: React.FC<Props> = observer((props) => {
|
|||
|
||||
const handleProjectClick = () => {
|
||||
if (window.innerWidth < 768) {
|
||||
themeStore.toggleMobileSidebar();
|
||||
themeStore.toggleSidebar();
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue