Merge branch 'fix/poll-placeholder' into release/0.4.0

This commit is contained in:
CMK 2021-05-13 16:28:20 +08:00
commit 0228f409a8
1 changed files with 1 additions and 0 deletions

View File

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