[FancyZones][Bug Fix] fix fancyzone editor layout hotkeys show error (#37877)

fix fancyzone editor layout hotkeys show error

Co-authored-by: Zhaopeng Wang <zhaopengwang@microsoft.com>
This commit is contained in:
dreamstart
2025-03-13 02:54:59 +08:00
committed by GitHub
parent 92fb931e1e
commit 2b7307d32e

View File

@@ -63,6 +63,11 @@ namespace FancyZonesEditor.Models
}
}
if (key == Properties.Resources.Quick_Key_None)
{
return true;
}
SelectedKeys[key] = uuid;
FirePropertyChanged();
return true;