summaryrefslogtreecommitdiffstats
path: root/ui/src/components/search.tsx
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2019-07-28 18:57:09 -0700
committerDessalines <tyhou13@gmx.com>2019-07-28 18:57:09 -0700
commite27ca774cdf86804ba7e3dca48b50dd15969bdae (patch)
treeb2cb1d04243603572d24bd2be6431d10667de0af /ui/src/components/search.tsx
parent5204b96d2f76be217e5edf10c0c52baa5ac0afaf (diff)
Adding similar post searching before creating post.
- Fixes #185. - Offsetting create post and community columns.
Diffstat (limited to 'ui/src/components/search.tsx')
-rw-r--r--ui/src/components/search.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/src/components/search.tsx b/ui/src/components/search.tsx
index 0d3b255d..ec657bb1 100644
--- a/ui/src/components/search.tsx
+++ b/ui/src/components/search.tsx
@@ -253,7 +253,6 @@ export class Search extends Component<any, SearchState> {
document.title = `Search - ${this.state.q} - ${WebSocketService.Instance.site.name}`;
window.scrollTo(0,0);
this.setState(this.state);
-
}
}
}