mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-04 06:05:59 +00:00
Submit search when intialising overview page
When coming back from detail with changes to an item, it should update the view. Otherwise it is confusing to still see a deleted or changed item.
This commit is contained in:
parent
c5676f9f56
commit
87d9e03f1f
@ -26,7 +26,7 @@ update mId key flags settings msg model =
|
|||||||
Init ->
|
Init ->
|
||||||
Util.Update.andThen2
|
Util.Update.andThen2
|
||||||
[ update mId key flags settings (SearchMenuMsg Comp.SearchMenu.Init)
|
[ update mId key flags settings (SearchMenuMsg Comp.SearchMenu.Init)
|
||||||
, scrollToCard mId
|
, doSearch flags settings
|
||||||
]
|
]
|
||||||
model
|
model
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user