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

escape double slash

This commit is contained in:
Rokt33r
2016-01-04 01:31:33 +09:00
parent 0934d452bb
commit 62f8af1455

View File

@@ -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: