fix: Poll option placeholder not update after reorder

fix #109
This commit is contained in:
ihugo 2021-04-28 17:02:19 +08:00
parent 2e8183adc6
commit 8024be84b6
1 changed files with 1 additions and 0 deletions

View File

@ -566,6 +566,7 @@ extension ComposeViewController {
collectionView.updateInteractiveMovementTargetPosition(position)
case .ended:
collectionView.endInteractiveMovement()
collectionView.reloadData()
default:
collectionView.cancelInteractiveMovement()
}