MCPcopy Create free account
hub / github.com/angular/components / _stopReceiving

Method _stopReceiving

src/cdk/drag-drop/drop-list-ref.ts:755–759  ·  view source on GitHub ↗

* Called by a connected drop list when dragging has stopped. * @param sibling Sibling whose dragging has stopped.

(sibling: DropListRef)

Source from the content-addressed store, hash-verified

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.

Callers 1

_resetMethod · 0.80

Calls 2

deleteMethod · 0.65
nextMethod · 0.45

Tested by

no test coverage detected