comment removed

This commit is contained in:
MaTeMaTuK 2021-05-03 10:27:31 +03:00
parent 33143f4b8c
commit ecc502c268

View File

@ -362,7 +362,6 @@ export const Gantt: React.FunctionComponent<GanttProps> = ({
onKeyDown={handleKeyDown}
tabIndex={0}
ref={wrapperRef}
// onWheel={handleWheel}
>
{listCellWidth && <TaskList {...tableProps} />}
<TaskGantt