Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
_onkeydown
Method · 0.95
_onkeyup
Method · 0.95
_onClickCapture
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected