defines whether inline editor should be opened after one click on a task when multi-task selection is enabled
gantt.config.inline_editors_multiselect_open = true;
gantt.init("gantt_here");
In the single selection mode, Gantt opens the inline editor after you click on a task.
In the multi selection mode, the first click on an unselected task will select it whereas the second click on the task will open the inline editor. If you want Gantt to open the inline editor after the first click, enable the inline_editors_multiselect_open config.
added in v7.1.13
Back to top