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

update status bar style

This commit is contained in:
Yutaka Ishii
2017-11-23 21:47:58 +09:00
parent 4bb28a358e
commit 402d577ce0
4 changed files with 12 additions and 10 deletions

View File

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