1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-15 10:46:32 +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 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: