We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e88bef commit 96ef7c7Copy full SHA for 96ef7c7
1 file changed
GitContentSearch.UI/ViewModels/MainWindowViewModel.cs
@@ -51,7 +51,6 @@ private async Task HandleFilePathLostFocusAsync()
51
await Avalonia.Threading.Dispatcher.UIThread.InvokeAsync(() =>
52
{
53
LogOutput.Add($"Error: Directory '{directoryPath}' does not exist or is invalid.");
54
- FilePath = string.Empty;
55
WorkingDirectory = string.Empty;
56
});
57
return;
0 commit comments