Merge branch 'master' into connection-manager-global

This commit is contained in:
Julien Machiels
2020-09-01 10:16:21 +02:00
committed by GitHub
139 changed files with 1032 additions and 3566 deletions
+5 -1
View File
@@ -256,7 +256,11 @@ var scrollerFactory = function (frame, options) {
ensureSizeInfo();
var pos = self._pos;
newPos = within(newPos, pos.start, pos.end);
if (layoutManager.tv) {
newPos = within(newPos, pos.start);
} else {
newPos = within(newPos, pos.start, pos.end);
}
if (!transform) {
nativeScrollTo(nativeScrollElement, newPos, immediate);