From 00dfdfe7f171fad3822efde3a9bdf2851f1cd910 Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Fri, 28 Jun 2019 15:16:44 +0100 Subject: [PATCH] Fix linter warning --- src/components/structures/IndicatorScrollbar.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/structures/IndicatorScrollbar.js b/src/components/structures/IndicatorScrollbar.js index 1895d2089d..d6efe8bee2 100644 --- a/src/components/structures/IndicatorScrollbar.js +++ b/src/components/structures/IndicatorScrollbar.js @@ -152,7 +152,6 @@ export default class IndicatorScrollbar extends React.Component { } if (Math.abs(e.deltaX) <= xyThreshold) { // we are vertically scrolling. - // HACK: We increase the amount of scroll to counteract smooth scrolling browsers. // Smooth scrolling browsers (Firefox) use the relative area to determine the scroll // amount, which means the likely small area of content results in a small amount of