mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
add unpin from pinned note
This commit is contained in:
@@ -299,9 +299,7 @@ export class DialogManager extends Component {
|
||||
}
|
||||
: null
|
||||
}
|
||||
initialOffsetFromBottom={
|
||||
DDS.isTab || item?.type !== 'note' || item.dateDeleted ? 1 : 0.5
|
||||
}
|
||||
initialOffsetFromBottom={1}
|
||||
bounceOnOpen={true}
|
||||
gestureEnabled={true}
|
||||
onClose={() => {
|
||||
|
||||
Reference in New Issue
Block a user