Merge commit 'refs/pull/11286/head' of https://github.com/microsoft/terminal into dev/duhowett/selfhost-1.12

This commit is contained in:
Dustin Howett 2021-09-20 17:39:50 -05:00
commit 2c50924156

View file

@ -979,6 +979,7 @@ namespace winrt::Microsoft::Terminal::Control::implementation
{
_terminal->WritePastedText(hstr);
_terminal->ClearSelection();
_renderer->TriggerSelection();
_terminal->TrySnapOnInput();
}