MCPcopy Index your code
hub / github.com/gridstack/gridstack.js / _stopScrolling

Method _stopScrolling

src/dd-draggable.ts:484–489  ·  view source on GitHub ↗

@internal stop any active auto-scroll animation

()

Source from the content-addressed store, hash-verified

482
483 /** @internal stop any active auto-scroll animation */
484 public _stopScrolling(): void {
485 if (this._autoScrollAnimId) {
486 cancelAnimationFrame(this._autoScrollAnimId);
487 delete this._autoScrollAnimId;
488 }
489 }
490
491 /** @internal TODO: set to public as called by DDDroppable! */
492 public ui(): DDUIData {

Callers 5

_mouseUpMethod · 0.95
updateScrollPositionMethod · 0.95
DDDraggableClass · 0.95
_mouseEnterMethod · 0.80
_mouseLeaveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected