diff --git a/Flow.Launcher/ViewModel/MainViewModel.cs b/Flow.Launcher/ViewModel/MainViewModel.cs index 59696aaa6..b3d11fc7c 100644 --- a/Flow.Launcher/ViewModel/MainViewModel.cs +++ b/Flow.Launcher/ViewModel/MainViewModel.cs @@ -1110,6 +1110,11 @@ namespace Flow.Launcher.ViewModel // Trick for no delay MainWindowOpacity = 0; + if (ExternalPreviewOpen) + { + _ = CloseQuickLookPreviewAsync(); + } + if (!SelectedIsFromQueryResults()) { SelectedResults = Results;