MCPcopy Create free account
hub / github.com/UI5/webcomponents / _resetSpinOut

Method _resetSpinOut

packages/main/src/StepInput.ts:838–843  ·  view source on GitHub ↗

* Resets spin process when mouse outs + or - buttons

()

Source from the content-addressed store, hash-verified

836 * Resets spin process when mouse outs + or - buttons
837 */
838 _resetSpinOut() {
839 if (this._btnDown) {
840 this._resetSpin();
841 this._fireChangeEvent();
842 }
843 }
844}
845StepInput.define();
846

Callers

nothing calls this directly

Calls 2

_resetSpinMethod · 0.95
_fireChangeEventMethod · 0.95

Tested by

no test coverage detected