Skip to content

Commit

Permalink
fix: after dragging the icon to a new page, cannot use tab to select it
Browse files Browse the repository at this point in the history
  • Loading branch information
zsien authored and kegechen committed Jun 24, 2024
1 parent 8561de3 commit ee92032
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions qml/FullscreenFrame.qml
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,12 @@ Control {
gridViewContainer.checkPageSwitchState()
}
}
Connections {
target: dropArea
function onDropped() {
gridViewContainer.checkPageSwitchState()
}
}
Component.onCompleted: {
gridViewContainer.checkPageSwitchState()
}
Expand Down

0 comments on commit ee92032

Please sign in to comment.