[PR #11286] Fix selection render on paste #28482

Open
opened 2026-01-31 09:28:47 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/11286

State: closed
Merged: Yes


Summary of the Pull Request

Clears selection render on paste

PR Checklist

Detailed Description of the Pull Request / Additional comments

Added _renderer->TriggerSelection(); similarly to the copy action few lines up in CopySelectionToClipboard function

Validation Steps Performed

Manually tested

**Original Pull Request:** https://github.com/microsoft/terminal/pull/11286 **State:** closed **Merged:** Yes --- ## Summary of the Pull Request Clears selection render on paste ## PR Checklist * [x] Closes #11227 * [x] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA ## Detailed Description of the Pull Request / Additional comments Added ```_renderer->TriggerSelection(); ``` similarly to the copy action few lines up in ```CopySelectionToClipboard``` function ## Validation Steps Performed Manually tested
claunia added the pull-request label 2026-01-31 09:28:47 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#28482