mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Clear edit mode when going into search mode
This commit is contained in:
parent
3aca91f083
commit
66a6c5ddc3
1 changed files with 4 additions and 1 deletions
|
|
@ -310,7 +310,10 @@ struct AnimatingCellHeight: AnimatableModifier {
|
|||
}
|
||||
).tint(Color.appGrayText)
|
||||
Button(
|
||||
action: { searchPresented = true },
|
||||
action: {
|
||||
searchPresented = true
|
||||
isEditMode = .inactive
|
||||
},
|
||||
label: {
|
||||
Image
|
||||
.magnifyingGlass
|
||||
|
|
|
|||
Loading…
Reference in a new issue