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