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
+5
View File
@@ -41,6 +41,11 @@ Popup {
selectedIcon = initialIcon
query = initialIcon
searchInput.forceActiveFocus()
PanelService.willOpenPopup(root)
}
onClosed: {
PanelService.willClosePopup(root)
}
background: Rectangle {