mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-26 06:21:15 +00:00
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…
x
Reference in New Issue
Block a user