Skip to content

Commit

Permalink
fix: can drag item when folderGridViewPopup is open
Browse files Browse the repository at this point in the history
prohibit drag when expanding folders

Issue: linuxdeepin/developer-center#7926
  • Loading branch information
mhduiy authored and BLumia committed Apr 17, 2024
1 parent 5474527 commit 9756fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qml/FullscreenFrame.qml
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ Control {
IconItemDelegate {
id: iconItemDelegate
anchors.fill: parent
dndEnabled: true
dndEnabled: !folderGridViewPopup.opened
Drag.mimeData: {
"text/x-dde-launcher-dnd-desktopId": model.desktopId
}
Expand Down

0 comments on commit 9756fae

Please sign in to comment.