search fixes
This commit is contained in:
@@ -31,8 +31,11 @@ class Layout extends React.Component {
|
|||||||
|
|
||||||
@keydown(['/', 't'])
|
@keydown(['/', 't'])
|
||||||
search() {
|
search() {
|
||||||
if (!this.props.search) return;
|
// if (!this.props.search) return;
|
||||||
browserHistory.push('/search');
|
|
||||||
|
setTimeout(() => {
|
||||||
|
browserHistory.push('/search');
|
||||||
|
}, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
|
|||||||
Reference in New Issue
Block a user