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

フォルダーで検索するときに in:じゃなくて /にする +バグ修正

This commit is contained in:
Rokt33r
2015-11-15 00:57:29 +09:00
parent ef84c4e3da
commit 41e1630aac
5 changed files with 15 additions and 14 deletions

View File

@@ -131,7 +131,7 @@ function status (state = initialStatus, action) {
return state
case SWITCH_FOLDER:
state.mode = IDLE_MODE
state.search = `in:${action.data} `
state.search = `/${action.data} `
return state
case SWITCH_MODE: