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

Method _ondrop

packages/main/src/TableDragAndDrop.ts:58–65  ·  view source on GitHub ↗
(e: DragEvent)

Source from the content-addressed store, hash-verified

56 }
57
58 _ondrop(e: DragEvent) {
59 if (!this._table.dropIndicatorDOM?.targetReference || !this._table.dropIndicatorDOM?.placement) {
60 return;
61 }
62
63 handleDrop(e, this._table, this._table.dropIndicatorDOM.targetReference, this._table.dropIndicatorDOM.placement);
64 this._table.dropIndicatorDOM.targetReference = null;
65 }
66}

Callers

nothing calls this directly

Calls 1

handleDropFunction · 0.85

Tested by

no test coverage detected