mirror of
https://github.com/microsoft/terminal.git
synced 2025-12-10 00:48:23 -06:00
Dismiss a action preview when the next action isn't previewable (#17533)
This became much more obvious with the sendInput previewing. We would only dismiss previews if the following action was also previewable. related: #15845
This commit is contained in:
parent
6c01d736fa
commit
678432ac6c
@ -172,6 +172,9 @@ namespace winrt::TerminalApp::implementation
|
||||
case ShortcutAction::SendInput:
|
||||
_PreviewSendInput(args.Args().try_as<SendInputArgs>());
|
||||
break;
|
||||
default:
|
||||
_EndPreview();
|
||||
return;
|
||||
}
|
||||
|
||||
// GH#9818 Other ideas for actions that could be preview-able:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user