mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
フォルダーで検索するときに in:じゃなくて /にする +バグ修正
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user