Cancel previous scroll before scroll to tab group
This commit is contained in:
parent
2e484f9026
commit
6efc491e66
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user