Minor adjustments

This commit is contained in:
Edin Dazdarevic
2017-04-13 21:27:33 +02:00
parent 233437e1c1
commit 1c133d21bc
3 changed files with 4 additions and 1 deletions

View File

@@ -151,6 +151,8 @@ class Main extends React.Component {
map.setCenter(place.geometry.location)
map.setZoom(18)
}
document.activeElement.blur();
this.dispatch({type: 'SEARCH_PLACE_CHANGED'})
})