mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
fix: improve sidebar performance
This commit is contained in:
@@ -143,6 +143,7 @@ export const Menu = ({close = () => {}, hide, update = () => {}}) => {
|
||||
activeOpacity={opacity}
|
||||
onPress={() => {
|
||||
item.close === false ? null : close();
|
||||
|
||||
item.func();
|
||||
}}
|
||||
style={{
|
||||
|
||||
Reference in New Issue
Block a user