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

Method _removeTimestampFromSelection

packages/main/src/DayPicker.ts:599–601  ·  view source on GitHub ↗
(timestamp: number)

Source from the content-addressed store, hash-verified

597 }
598
599 _removeTimestampFromSelection(timestamp: number) {
600 this.selectedDates = this.selectedDates.filter(value => value !== timestamp);
601 }
602
603 _onmousedown(e: MouseEvent) {
604 let target = e.target as HTMLElement;

Callers 2

_selectWeekMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected