Skip to content

Commit

Permalink
switching pages app freeze bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorVieiraZ committed Jun 13, 2024
1 parent af743e8 commit 908e82c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/qml/components/MMToolbar.qml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ Rectangle {
text: model.btnData.text

onClicked: {
root.forceActiveFocus()
root.index = model.index
model.btnData.clicked()
}
Expand Down

0 comments on commit 908e82c

Please sign in to comment.