gantt-task-react-powern 0.4.34 → 0.4.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2654,7 +2654,7 @@ var Gantt = function Gantt(_ref) {
2654
2654
  };
2655
2655
 
2656
2656
  var handleScrollX = function handleScrollX(event) {
2657
- if (scrollX !== event.currentTarget.scrollLeft && !ignoreScrollEvent) {
2657
+ if (scrollX !== event.currentTarget.scrollLeft) {
2658
2658
  setScrollX(event.currentTarget.scrollLeft);
2659
2659
  setIgnoreScrollEvent(true);
2660
2660
  } else {