Prevent even more dragging when popup are open.

This commit is contained in:
ItsLemmy
2025-09-22 13:46:25 -04:00
parent c20773d60b
commit be1c975f4d
3 changed files with 21 additions and 0 deletions
+8
View File
@@ -153,6 +153,14 @@ RowLayout {
height: root.popupHeight + 60 * scaling
padding: Style.marginM * scaling
onOpened: {
PanelService.willOpenPopup(root)
}
onClosed: {
PanelService.willClosePopup(root)
}
contentItem: ColumnLayout {
spacing: Style.marginS * scaling