fix overview focus grab on init

This commit is contained in:
end-4
2025-05-11 08:48:03 +02:00
parent de07c95257
commit 5dbf255c5f
@@ -48,22 +48,6 @@ Scope {
}
}
Connections {
target: root
function onVisibleChanged() {
delayedGrabTimer.start()
}
}
Timer {
id: delayedGrabTimer
interval: ConfigOptions.hacks.arbitraryRaceConditionDelay
repeat: false
onTriggered: {
grab.active = root.visible
}
}
width: columnLayout.width
height: columnLayout.height