mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-09-15 21:46:53 +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:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user