left sidebar: fix entry focus on open

This commit is contained in:
end-4
2025-05-10 23:57:13 +02:00
parent 18366c147f
commit 6619989cf2
2 changed files with 1 additions and 6 deletions
@@ -65,6 +65,7 @@ Scope { // Scope
target: sidebarRoot
function onVisibleChanged() {
delayedGrabTimer.start()
swipeView.children[0].children[0].children[sidebarRoot.selectedTab].forceActiveFocus()
}
}