mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 01:36:22 +00:00
escape double slash
This commit is contained in:
@@ -272,7 +272,7 @@ function status (state = initialStatus, action) {
|
||||
}
|
||||
return state
|
||||
case SWITCH_FOLDER:
|
||||
state.search = `//${action.data} `
|
||||
state.search = `\/\/${action.data} `
|
||||
|
||||
return state
|
||||
case SWITCH_ARTICLE:
|
||||
|
||||
Reference in New Issue
Block a user