Skip to content

Commit

Permalink
Calendar: Fix drag & drop invitation in planner view
Browse files Browse the repository at this point in the history
  • Loading branch information
nathangray committed Oct 20, 2023
1 parent 1e1aca5 commit 204b016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calendar/js/et2_widget_planner.ts
Expand Up @@ -1689,7 +1689,7 @@ export class et2_calendar_planner extends et2_calendar_view implements et2_IDeta
}

// Leave the helper there until the update is done
var loading = action.ui.helper.clone(true).appendTo(jQuery('body'));
var loading = action.ui.draggable;

// and add a loading icon so user knows something is happening
if(jQuery('.calendar_timeDemo',loading).length == 0)
Expand Down

0 comments on commit 204b016

Please sign in to comment.