This commit is contained in:
Yagami
2023-05-17 13:20:41 +08:00
parent 06e5387792
commit 4a4fef5b3b
+6
View File
@@ -709,6 +709,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()