mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Calendar: Fix drag and drop to move event in Firefox
This commit is contained in:
parent
ad05cd493e
commit
71f4a93d56
@ -361,7 +361,7 @@ export class et2_calendar_timegrid extends et2_calendar_view implements et2_IDet
|
|||||||
// Cancel drag to create, we're dragging an existing event
|
// Cancel drag to create, we're dragging an existing event
|
||||||
timegrid.drag_create.start = null;
|
timegrid.drag_create.start = null;
|
||||||
timegrid._drag_create_end();
|
timegrid._drag_create_end();
|
||||||
timegrid.div.on("drag.timegrid", (e) =>
|
timegrid.div.on("dragover.timegrid", (e) =>
|
||||||
{
|
{
|
||||||
timegrid._get_time_from_position(e.clientX, e.clientY);
|
timegrid._get_time_from_position(e.clientX, e.clientY);
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user