support
support copied to clipboard
CellEdit does not expect `newTaskDefault` to be a fn in Gantt
If I create a task with CellEdit when passing a function to Gantt's newTaskDefault, the task is not created correctly.
CellEdit's doAddNewAtEnd function implementation does not consider that Gantt's newTaskDefaults can be a function.