Cancel previous scroll before scroll to tab group

This commit is contained in:
YUKI Hiroshi 2015-03-19 11:20:52 +09:00
parent 2e484f9026
commit 6efc491e66

View File

@ -6760,6 +6760,8 @@ TreeStyleTabBrowser.prototype = inherit(TreeStyleTabWindow.prototype, {
break; break;
} }
this.cancelPerformingAutoScroll(true);
if (this.isTabInViewport(firstTab) && this.isTabInViewport(lastVisible)) if (this.isTabInViewport(firstTab) && this.isTabInViewport(lastVisible))
return; return;