Skip to content

Commit 62f8af1

Browse files
committed
escape double slash
1 parent 0934d45 commit 62f8af1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

browser/main/reducer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ function status (state = initialStatus, action) {
272272
}
273273
return state
274274
case SWITCH_FOLDER:
275-
state.search = `//${action.data} `
275+
state.search = `\/\/${action.data} `
276276

277277
return state
278278
case SWITCH_ARTICLE:

0 commit comments

Comments
 (0)