Skip to content

Commit aebfffe

Browse files
committed
fix: GUI stops refreshing after manually refresh while merge tool is open (#949)
Signed-off-by: leo <[email protected]>
1 parent 0c8179b commit aebfffe

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/ViewModels/WorkingCopy.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -431,10 +431,7 @@ public async void UseExternalMergeTool(Models.Change change)
431431
{
432432
var toolType = Preferences.Instance.ExternalMergeToolType;
433433
var toolPath = Preferences.Instance.ExternalMergeToolPath;
434-
435-
_repo.SetWatcherEnabled(false);
436434
await Task.Run(() => Commands.MergeTool.OpenForMerge(_repo.FullPath, toolType, toolPath, change.Path));
437-
_repo.SetWatcherEnabled(true);
438435
}
439436

440437
public void ContinueMerge()

0 commit comments

Comments
 (0)