mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
Fix the issue when we clean up the search box in top level
This commit is contained in:
@@ -32,10 +32,10 @@ internal sealed partial class FallbackOpenFileItem : FallbackCommandItem, System
|
|||||||
{
|
{
|
||||||
if (string.IsNullOrWhiteSpace(query))
|
if (string.IsNullOrWhiteSpace(query))
|
||||||
{
|
{
|
||||||
|
Command = new NoOpCommand();
|
||||||
Title = string.Empty;
|
Title = string.Empty;
|
||||||
Subtitle = string.Empty;
|
Subtitle = string.Empty;
|
||||||
Icon = null;
|
Icon = null;
|
||||||
Command = new NoOpCommand();
|
|
||||||
MoreCommands = null;
|
MoreCommands = null;
|
||||||
|
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user