Skip to content

Commit ba3ce36

Browse files
authored
remove unnecessary targetElements from scheduler drag subscription (#1004)
1 parent 813e744 commit ba3ce36

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

js/ui/scheduler/ui.scheduler.appointments.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,6 @@ var SchedulerAppointments = CollectionWidget.inherit({
745745
that._skipDraggableRestriction(e);
746746

747747
that.notifyObserver("hideAppointmentTooltip");
748-
e.targetElements = null;
749748
$fixedContainer.append($appointment);
750749

751750
that._$currentAppointment = $(args.element);

0 commit comments

Comments
 (0)