The problem can be solved by resetting the state before executing the drop. It’s a quirk but works.
onReleased: {
dragTile.state = ""
dragTile.Drag.drop()
}
↧