Skip to content

kicker: Fix item activated unexpectedly when dragging it

Use !dragHelper.dragging instead of currentItem === pressedItem as the activation condition, because there are times when currentItem and pressedItem are null if itemAt fails to get the item under the mouse position when dragging starts.

CCBUG: 447923

2022-01-07_15-02-47

Merge request reports