fix(StatusChatInput): allow image drop only if currently visible
Fixes #10885
This commit is contained in:
parent
18a50c6de5
commit
8969b410f4
|
@ -910,6 +910,7 @@ Rectangle {
|
|||
|
||||
Connections {
|
||||
target: Global.dragArea
|
||||
enabled: control.visible
|
||||
ignoreUnknownSignals: true
|
||||
function onDroppedOnValidScreen(drop) {
|
||||
let dropUrls = drop.urls
|
||||
|
|
Loading…
Reference in New Issue