* Called by a connected drop list when dragging has stopped. * @param sibling Sibling whose dragging has stopped.
(sibling: DropListRef)
| 753 | * @param sibling Sibling whose dragging has stopped. |
| 754 | */ |
| 755 | _stopReceiving(sibling: DropListRef) { |
| 756 | this._activeSiblings.delete(sibling); |
| 757 | this._viewportScrollSubscription.unsubscribe(); |
| 758 | this.receivingStopped.next({initiator: sibling, receiver: this}); |
| 759 | } |
| 760 | |
| 761 | /** |
| 762 | * Starts listening to scroll events on the viewport. |