1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

finder index will be reset after re-focusing

This commit is contained in:
Rokt33r
2015-12-25 18:38:14 +09:00
parent c17314125e
commit d2377bd7c3

View File

@@ -46,6 +46,7 @@ class FinderMain extends React.Component {
let { dispatch } = this.props
dispatch(searchArticle(''))
dispatch(selectArticle(null))
}
window.addEventListener('focus', this.focusHandler)
}