* [bug#126742,done,1.3h] fix scroll failure.
This commit is contained in:
@@ -6,7 +6,7 @@ $(function()
|
||||
initWaterfallGanttBlock();
|
||||
}
|
||||
$('#ganttContainer').off('scroll').on('scroll', function(e) {
|
||||
$('#ganttPlans').scrollTop = e.target.scrollTop;
|
||||
$('#ganttPlans')[0].scrollTop = e.target.scrollTop;
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user