Fix indent
This commit is contained in:
parent
d821755f2f
commit
d0fb0280e8
@ -2957,11 +2957,11 @@ TreeStyleTabBrowser.prototype = inherit(TreeStyleTabWindow.prototype, {
|
|||||||
if (this.isSmoothScrolling())
|
if (this.isSmoothScrolling())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
let x = {}, y = {};
|
let x = {}, y = {};
|
||||||
let scrollBoxObject = this.scrollBoxObject;
|
let scrollBoxObject = this.scrollBoxObject;
|
||||||
scrollBoxObject.getPosition(x, y);
|
scrollBoxObject.getPosition(x, y);
|
||||||
if (x.value != lastX || y.value != lastY)
|
if (x.value != lastX || y.value != lastY)
|
||||||
scrollBoxObject.scrollTo(lastX, lastY);
|
scrollBoxObject.scrollTo(lastX, lastY);
|
||||||
},
|
},
|
||||||
|
|
||||||
clearLastScrollPosition : function TSTBrowser_clearLastScrollPosition()
|
clearLastScrollPosition : function TSTBrowser_clearLastScrollPosition()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user