Skip to content

Commit 251fec0

Browse files
committed
fixing Search Auto-Update After Content Changes Dynamicall
1 parent 0e8f32c commit 251fec0

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
@@ -515,6 +515,7 @@ function doSearch(cm, rev, persistent, immediate, ignoreQuery) {
515515
startSearch(cm, state, q);
516516
findNext(cm, rev);
517517
}
518+
518519
} else {
519520
dialog(cm, queryDialog, 'Search for:', q, function (query) {
520521
if (query && !state.query)

0 commit comments

Comments
 (0)