_UIPlatterView not cleaning up after drag and drop

After drag is either canceled or ended, I see _UIPlatterView still in the view hierarchy which is never cleaned up.

Anyone else see this? It's affect dragging from a tableview where the cells are drag targets.

Replies

Same here, but with UICollectionView, where we use compositional layout & diffable datasources with drag & drop to reordering
Deployment target: 13.0

But only when the UIView.areAnimationsEnabled is false