diff --git a/content/treestyletab/treestyletabbrowser.js b/content/treestyletab/treestyletabbrowser.js index 17c8ca93..68b59be3 100644 --- a/content/treestyletab/treestyletabbrowser.js +++ b/content/treestyletab/treestyletabbrowser.js @@ -4582,10 +4582,7 @@ TreeStyleTabBrowser.prototype = { var self = this; this.smoothScrollTask = function(aTime, aBeginning, aChange, aDuration) { var scrollBoxObject = self.scrollBoxObject; - if ( - aTime >= aDuration || - (arrowscrollbox && arrowscrollbox._isScrolling != 0) // cancel by manual scrolling - ) { + if (aTime >= aDuration) { scrollBoxObject.scrollTo(aEndX, aEndY); b = null;