mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-23 19:31:53 +02:00
Calendar: Fix drag & drop invitation in planner view
This commit is contained in:
parent
136c302c15
commit
7c63d05bd5
@ -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
|
// 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
|
// and add a loading icon so user knows something is happening
|
||||||
if(jQuery('.calendar_timeDemo',loading).length == 0)
|
if(jQuery('.calendar_timeDemo',loading).length == 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user