Fix drag and drop; send command to compositor if supported

This commit is contained in:
Ian Douglas Scott 2023-12-11 14:06:41 -08:00
parent c1e74747f3
commit 89021e3b8b
4 changed files with 634 additions and 45 deletions

View file

@ -166,6 +166,8 @@ fn toplevel_previews_entry<'a>(
},
)
})
.on_finished(Msg::SourceFinished)
.on_cancelled(Msg::SourceFinished)
.into()
}