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.