1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-22 06:01:45 +00:00

improve search folder

This commit is contained in:
Yutaka Ishii
2017-11-23 21:26:23 +09:00
parent 200a9275d2
commit 4bb28a358e
5 changed files with 33 additions and 24 deletions

View File

@@ -8,7 +8,7 @@ class FolderSelect extends React.Component {
super(props)
this.state = {
status: 'IDLE',
status: 'SEARCH',
search: '',
optionIndex: -1
}