mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-12-24 02:00:55 +08:00
Fix a bug when switching target item
This commit is contained in:
@@ -22,6 +22,9 @@ namespace QuickLook
|
||||
|
||||
internal void InvokeRoutine(bool replaceView = false)
|
||||
{
|
||||
if (replaceView && _viewWindow.IsLoaded && _viewWindow.Visibility != System.Windows.Visibility.Visible)
|
||||
return;
|
||||
|
||||
if (!WindowHelper.IsFocusedControlExplorerItem())
|
||||
if (!WindowHelper.IsFocusedWindowSelf())
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user