interactions: disable when detached panel
This commit is contained in:
parent
790e1a30cc
commit
02c9e622bb
1 changed files with 3 additions and 0 deletions
|
|
@ -69,6 +69,9 @@ MouseArea {
|
|||
}
|
||||
|
||||
onPositionChanged: event => {
|
||||
if (popouts.isDetached)
|
||||
return;
|
||||
|
||||
const x = event.x;
|
||||
const y = event.y;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue