https://bugs.kde.org/show_bug.cgi?id=482142
--- Comment #34 from terranova <matthewnnewl...@gmail.com> --- FWIW this patch seems to work for me KWin side (this is just based on the description of the KWin change in Chromium, I have no idea about regression potential): ``` diff --git a/src/wayland/seat.cpp b/src/wayland/seat.cpp index 9698156f6f..8cda1a94f4 100644 --- a/src/wayland/seat.cpp +++ b/src/wayland/seat.cpp @@ -290,6 +290,7 @@ void SeatInterfacePrivate::endDrag() Q_EMIT q->dragDropped(); dragTargetDevice->drop(); dragSource->dropPerformed(); + dragSource->dndFinished(); } else { dragSource->dropPerformed(); dragSource->dndCancelled(); ``` -- You are receiving this mail because: You are watching all bug changes.