Cleans up any cached element dimensions that we don't need after dragging has stopped.
()
| 1435 | |
| 1436 | /** Cleans up any cached element dimensions that we don't need after dragging has stopped. */ |
| 1437 | private _cleanupCachedDimensions() { |
| 1438 | this._boundaryRect = this._previewRect = undefined; |
| 1439 | this._parentPositions.clear(); |
| 1440 | } |
| 1441 | |
| 1442 | /** |
| 1443 | * Checks whether the element is still inside its boundary after the viewport has been resized. |