mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Calendar: Increase drag timeout to avoid confusion between very short drags and clicks
This commit is contained in:
parent
5023e8944a
commit
e0e40ac8f2
@ -540,7 +540,7 @@ export class et2_calendar_view extends et2_valueWidget
|
|||||||
{
|
{
|
||||||
// Create event
|
// Create event
|
||||||
this._drag_create_event()
|
this._drag_create_event()
|
||||||
}, 100);
|
}, 500);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user