Fix test error from branch merging

This commit is contained in:
rebornix
2018-09-17 11:28:53 -07:00
parent 3fb52f91b1
commit 3cddc2f34f

View File

@@ -271,7 +271,8 @@ suite('FindController', () => {
seedSearchStringFromSelection: false,
seedSearchStringFromGlobalClipboard: false,
shouldFocus: FindStartFocusAction.FocusFindInput,
shouldAnimate: false
shouldAnimate: false,
updateSearchScope: false
});
nextMatchFindAction.run(null, editor);
startFindReplaceAction.run(null, editor);