fix: Reduce loading jank on recent searches screen

This commit is contained in:
Tom Moor
2021-12-19 13:07:22 -08:00
parent 5507295a36
commit 73bc7d9f2a
4 changed files with 19 additions and 2 deletions

View File

@@ -6,6 +6,8 @@ class SearchQuery extends BaseModel {
query: string;
createdAt: string;
delete = async () => {
this.isSaving = true;