aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/search
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2020-09-01 00:06:09 -0400
committerbobzel <zzzman@gmail.com>2020-09-01 00:06:09 -0400
commit0b798005fd4e917ecad4a961d638e1062f618d2c (patch)
treefdf722422a711144f54c4adae58bb6a8c3c70748 /src/client/views/search
parentfe4a45d0f63683c0f917b6e923e6d48b006e2701 (diff)
fixed shortcut buttons not showing up. fixed nex/prev search buttons not showing up. fixed search drag/delete/open buttons not showing up.
Diffstat (limited to 'src/client/views/search')
-rw-r--r--src/client/views/search/SearchBox.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/search/SearchBox.tsx b/src/client/views/search/SearchBox.tsx
index ee38046be..7ce772748 100644
--- a/src/client/views/search/SearchBox.tsx
+++ b/src/client/views/search/SearchBox.tsx
@@ -381,7 +381,7 @@ export class SearchBox extends ViewBoxBaseComponent<FieldViewProps, SearchBoxDoc
Doc.UnBrushDoc(result[0]);
Doc.ClearSearchMatches();
});
- close && (this._searchbarOpen = false);
+ close && (this.open = this._searchbarOpen = false);
}
@action.bound