* Merge #4a4fef5b3b,Fix bug #35210.

This commit is contained in:
tanghucheng
2023-11-08 00:44:41 -05:00
parent 54c5ea30cb
commit 7096dd7a22
+6
View File
@@ -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()