mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-24 07:29:30 +01:00
fix keyboard close on adding a tag
This commit is contained in:
@@ -496,6 +496,8 @@ export const ActionSheetComponent = ({
|
||||
onScrollEndDrag={onScrollEnd}
|
||||
onScrollAnimationEnd={onScrollEnd}
|
||||
onMomentumScrollEnd={onScrollEnd}
|
||||
keyboardShouldPersistTaps="always"
|
||||
keyboardDismissMode="none"
|
||||
onLayout={() => {
|
||||
if (!item.dateDeleted) {
|
||||
localRefresh(item.type, true);
|
||||
|
||||
Reference in New Issue
Block a user