1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

Merge pull request #247 from asmsuechan/iss-246

Fix a Bug when using the Finder Window with markdown Notes
This commit is contained in:
Sota Sugiura
2017-01-21 15:05:51 +09:00
committed by GitHub

View File

@@ -67,12 +67,8 @@ class FinderMain extends React.Component {
}
handleWindowBlur (e) {
let { filter } = this.state
filter.type = 'ALL'
this.setState({
search: '',
filter,
index: 0
})
}