enables/disables multi-task selection in the Gantt chart
gantt.config.multiselect = false; //disables multi-task selection
gantt.init('gantt_here');
This option is defined in the multiselect extension, so you need to activate the multiselect plugin. Read the details in the Multi-Task Selection article.