Skip to content

Commit 467dd6a

Browse files
wjyrichBLumia
authored andcommitted
fix: when drag app for move to anthoer area,add speed with change position.
as title. PMS-BUG-286949
1 parent 6475c4f commit 467dd6a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

qml/FolderGridViewPopup.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ Popup {
390390

391391
Timer {
392392
id: folderDragApplyTimer
393-
interval: 500
393+
interval: 400
394394
property string dragId: ""
395395
property real currentDropX: 0
396396
onTriggered: function() {

qml/FullscreenFrame.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ InputEventItem {
450450

451451
Timer {
452452
id: dndDropEnterTimer
453-
interval: 500
453+
interval: 400
454454
property string dragId: ""
455455
onTriggered: function() {
456456
if (dragId === "") return

0 commit comments

Comments
 (0)