Skip to content

Commit 96ef7c7

Browse files
committed
fix file path blanked out when not matched with working directory
1 parent 7e88bef commit 96ef7c7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

GitContentSearch.UI/ViewModels/MainWindowViewModel.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ private async Task HandleFilePathLostFocusAsync()
5151
await Avalonia.Threading.Dispatcher.UIThread.InvokeAsync(() =>
5252
{
5353
LogOutput.Add($"Error: Directory '{directoryPath}' does not exist or is invalid.");
54-
FilePath = string.Empty;
5554
WorkingDirectory = string.Empty;
5655
});
5756
return;

0 commit comments

Comments
 (0)