Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 6425ba2

Browse files
committed
Merge pull request #4726 from adobe/jeff/find-in-files-fix-from-tom
1 line change from #4717
2 parents 35f77e7 + 516e23b commit 6425ba2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/search/FindInFiles.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -553,6 +553,7 @@ define(function (require, exports, module) {
553553
dialog = new FindInFilesDialog();
554554

555555
searchResults = {};
556+
currentStart = 0;
556557
currentQuery = "";
557558
currentScope = scope;
558559
maxHitsFoundInFile = false;

0 commit comments

Comments
 (0)