|
@@ -2077,7 +2077,7 @@ var timeline_Timeline = /*#__PURE__*/function (_TimelineEventsEmitte) {
|
|
|
this._scrollContainer.scrollLeft = newLeft;
|
|
|
}
|
|
|
|
|
|
- this._scrollContainer.scrollTop = Math.round(start.y - pos.y);
|
|
|
+ this._scrollContainer.scrollTop = Math.round(scrollStartPos.y + start.y - pos.y);
|
|
|
}
|
|
|
}, {
|
|
|
key: "_scrollBySelectionOutOfBounds",
|