diff --git a/SourceGit/UI/Dashboard.xaml.cs b/SourceGit/UI/Dashboard.xaml.cs index 7833c681..3820e52e 100644 --- a/SourceGit/UI/Dashboard.xaml.cs +++ b/SourceGit/UI/Dashboard.xaml.cs @@ -311,6 +311,8 @@ namespace SourceGit.UI { } private void OpenSearch(object sender, RoutedEventArgs e) { + if (PopupManager.IsLocked()) return; + workspace.SelectedItem = historiesSwitch; if (histories.searchBar.Margin.Top == 0) { histories.HideSearchBar();