From 944bb1ba615ef5205f33191a4542f36002a4db23 Mon Sep 17 00:00:00 2001 From: Pepijn Date: Tue, 11 Oct 2016 15:07:38 +0200 Subject: First commit for toggling mentions using shortcut and button (#4169) Also did some refactoring and moved code to actions Fixed coding style errors --- webapp/stores/search_store.jsx | 1 + 1 file changed, 1 insertion(+) (limited to 'webapp/stores') diff --git a/webapp/stores/search_store.jsx b/webapp/stores/search_store.jsx index 741590895..d1458ceed 100644 --- a/webapp/stores/search_store.jsx +++ b/webapp/stores/search_store.jsx @@ -19,6 +19,7 @@ class SearchStoreClass extends EventEmitter { this.searchResults = null; this.isMentionSearch = false; this.isFlaggedPosts = false; + this.isVisible = false; this.searchTerm = ''; } -- cgit v1.2.3-1-g7c22