Calendar: Stop double-firing of drop event

This commit is contained in:
nathan 2023-05-23 11:56:39 -06:00
parent 86aa99aa55
commit d3cafb1f2f

View File

@ -1295,7 +1295,6 @@ export class et2_calendar_timegrid extends et2_calendar_view implements et2_IDet
{ {
dropEnd = helper.dropEnd[0].dataset || this.dropEnd dropEnd = helper.dropEnd[0].dataset || this.dropEnd
} }
this.getWidget()._event_drop.call(jQuery('.calendar_d-n-d_timeCounter', _data.ui.helper)[0], this.getWidget(), event, _data.ui, dropEnd);
} }
var drag_listener = function(_event) var drag_listener = function(_event)
{ {