mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 15:09:33 +01:00
fix sidebar navigation
This commit is contained in:
@@ -35,7 +35,7 @@ export const MenuListItem = ({item, index, noTextMode, ignore, testID}) => {
|
||||
NavigationService.navigate(item.name);
|
||||
}
|
||||
if (item.close) {
|
||||
sideMenuRef.current?.openMenu(false)
|
||||
NavigationService.closeDrawer()
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user