Editor: "findNext" after page load should call "find"

This commit is contained in:
tophf 2015-09-01 10:54:56 +03:00
parent 718d2e0f86
commit 5d52a7ec2e

View File

@ -579,6 +579,9 @@ function setupGlobalSearch() {
if (cm.state.search) {
return cm.state.search;
}
if (!curState) {
return null;
}
newState = curState;
}
cm.state.search = {