Skip to content

Commit

Permalink
fix: item after folder can be operated
Browse files Browse the repository at this point in the history
  • Loading branch information
kegechen committed Jun 19, 2024
1 parent 34485de commit 0093c66
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions qml/FolderGridViewPopup.qml
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,10 @@ Popup {

Item {
anchors.fill: parent
TapHandler {
onTapped: {
MouseArea {
anchors.fill: parent
enabled: contentRoot.nameEditing
onClicked: {
folderNameEdit.editingFinished()
}
}
Expand Down

0 comments on commit 0093c66

Please sign in to comment.