Skip to content

wayland: Send dnd_cancelled to source before data_device.leave to target

David Edmundson requested to merge work/d_ed/dnd_cleanup into master

Otherwise it is harder for clients to detect an actual cancellation when dragging to itself.

This came from Chromium analysis at https://notes.nickdiego.dev/chromium/wayland-events-during-drag#5.%20Drag%20attached%20and%20cancel

Merge request reports