mirror of
https://github.com/microsoft/terminal.git
synced 2026-02-06 13:44:55 +00:00
a comment I missed
This commit is contained in:
@@ -247,6 +247,8 @@ namespace winrt::TerminalApp::implementation
|
||||
else if (_currentMode == CommandPaletteMode::ActionMode &&
|
||||
currentlyVisible)
|
||||
{
|
||||
// If we don't have a selected command, then end any previews we
|
||||
// might currently be showing.
|
||||
if (filteredCommand == nullptr)
|
||||
{
|
||||
_PreviewActionHandlers(*this, nullptr);
|
||||
|
||||
Reference in New Issue
Block a user