https://bugs.kde.org/show_bug.cgi?id=424754
--- Comment #33 from David Edmundson <k...@davidedmundson.co.uk> --- This early return looks horribly wrong. ``` void Clipboard::wlSelectionChanged(KWaylandServer::AbstractDataSource *dsi) { if (m_waitingForTargets) { return; } ``` It needs to discard the old async operation, not discard the new one. -- You are receiving this mail because: You are watching all bug changes.