diff options
author | Monika <monika_hedman@brown.edu> | 2019-07-01 15:39:48 -0400 |
---|---|---|
committer | Monika <monika_hedman@brown.edu> | 2019-07-01 15:39:48 -0400 |
commit | 6bd79baf2d9301304194d87667bb5c66c17e5298 (patch) | |
tree | ef6443c82b34bc88ce222f0e3edd63e405612e91 /src/client/views/MainView.tsx | |
parent | c5391bf0d352f69211ba28fc263d27204d7b8dc4 (diff) |
changes
Diffstat (limited to 'src/client/views/MainView.tsx')
-rw-r--r-- | src/client/views/MainView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx index fb88c284f..087bc904a 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -357,6 +357,7 @@ export class MainView extends React.Component { @observable isSearchVisible = false; @action toggleSearch = () => { + // console.log("search toggling") this.isSearchVisible = !this.isSearchVisible; } |