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

Method _stopRangeSelection

packages/main/src/TableSelection.ts:392–394  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

390 }
391
392 _stopRangeSelection() {
393 this._rangeSelection = null;
394 }
395
396 _reverseRangeSelection() {
397 const row = this._rangeSelection?.rows.pop();

Callers 3

_onkeydownMethod · 0.95
_onkeyupMethod · 0.95
_onClickCaptureMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected