Skip to content

TerminalDisplay: sync the primary selection as it won't be a 3x click

Aleix Pol Gonzalez requested to merge work/apol/fix-middlebutton-paste into master

We'd added a delay until the 3x click is resolved, but this meant that if the middleclick paste happened before that timeout we'd paste something wrong. This addresses it by also syncing as soon as we realise that it won't be a 3x click.

CCBUG: 462338

Merge request reports