提交 d516cfb0 编写于 作者: B Benjamin Pasero

tabs scroll via touch: make sure to update scrollbar properly

上级 e103c4f1
......@@ -618,7 +618,7 @@ export class TabsTitleControl extends TitleControl {
// Touch Scroll Support
disposables.push(DOM.addDisposableListener(tab, TouchEventType.Change, (e: GestureEvent) => {
this.tabsContainer.scrollLeft -= e.translationX;
this.scrollbar.setScrollPosition({ scrollLeft: this.scrollbar.getScrollPosition().scrollLeft - e.translationX });
}));
// Close on mouse middle click
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册