Skip to content

Commit b1969b6

Browse files
authored
Merge pull request #1247 from amitch6097/Issue#1246
Fixes Issue#1246, Second Command + F in find modal does not highlight text as expected
2 parents 7adf479 + 3eb83b0 commit b1969b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/utils/codemirror-search.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ export default function(CodeMirror) {
143143
}
144144
} else {
145145
searchField.focus();
146+
searchField.select();
146147
}
147148
}
148149

0 commit comments

Comments
 (0)