Calendar: Increase drag timeout to avoid confusion between very short drags and clicks

This commit is contained in:
nathan 2023-07-19 15:34:50 -06:00
parent 5023e8944a
commit e0e40ac8f2

View File

@ -540,7 +540,7 @@ export class et2_calendar_view extends et2_valueWidget
{
// Create event
this._drag_create_event()
}, 100);
}, 500);
}
/**