Double-click on day/week view

Hi,

Is it possible to disable the double-click functionality on day/week view as it is now (with the left side small toolbar and the text field directly on the event)? Instead I would like the same behavior as in the timeline/month view.

Thanks!
Bogdan.

scheduler.config.select = false; scheduler.config.details_on_dblclick = true;

Thanks a lot! It works! Great :slight_smile: !