interactions: disable when detached panel

This commit is contained in:
2 * r + 2 * t 2025-07-26 15:10:27 +10:00
parent 790e1a30cc
commit 02c9e622bb

View file

@ -69,6 +69,9 @@ MouseArea {
}
onPositionChanged: event => {
if (popouts.isDetached)
return;
const x = event.x;
const y = event.y;