* Merge #4a4fef5b3b,Fix bug #35210.
This commit is contained in:
@@ -693,6 +693,12 @@ $(function()
|
||||
});
|
||||
});
|
||||
|
||||
gantt.attachEvent("onBeforeTaskMove", function(id, mode, e)
|
||||
{
|
||||
task = gantt.getTask(id);
|
||||
if(task.type == 'point') return false;
|
||||
});
|
||||
|
||||
var isGanttExpand = false;
|
||||
var delayTimer = null;
|
||||
var handleFullscreen = function()
|
||||
|
||||
Reference in New Issue
Block a user