Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions qml/FolderGridViewPopup.qml
Original file line number Diff line number Diff line change
Expand Up @@ -209,12 +209,7 @@ Popup {
checkDragMove()
}
onDropped: (drop) => {
// drop over the left or right boundary of the page, do nothing
if (pageIntent !== 0) {
pageIntent = 0
return
}
// drop into current page
// Boundary release requires responsive movement, BUG-344221
let dragId = drop.getDataAsString("text/x-dde-launcher-dnd-desktopId")
dropOnPage(dragId, "internal/folders/" + folderLoader.currentFolderId, folderPagesView.currentIndex)
pageIntent = 0
Expand Down