Fix drag and drop; send command to compositor if supported
This commit is contained in:
parent
c1e74747f3
commit
89021e3b8b
4 changed files with 634 additions and 45 deletions
|
|
@ -166,6 +166,8 @@ fn toplevel_previews_entry<'a>(
|
|||
},
|
||||
)
|
||||
})
|
||||
.on_finished(Msg::SourceFinished)
|
||||
.on_cancelled(Msg::SourceFinished)
|
||||
.into()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue