mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 06:59:31 +01:00
fix note cannot be removed from topic sometimes
This commit is contained in:
@@ -74,7 +74,7 @@ const ActionSheetWrapper = ({
|
||||
return (
|
||||
<ActionSheet
|
||||
ref={fwdRef}
|
||||
hideUnderlay={largeTablet || smallTablet ? true : false}
|
||||
hideUnderlay={true}
|
||||
containerStyle={style}
|
||||
gestureEnabled={gestureEnabled}
|
||||
extraScroll={largeTablet ? 50 : 0}
|
||||
|
||||
Reference in New Issue
Block a user