提交 99e72ce9 编写于 作者: A Alex Dima

Don't use scrollbar saveLastScrollTimeOnClassName

上级 5fb6627f
......@@ -43,8 +43,7 @@ export class EditorScrollbar implements IDisposable {
horizontal: configScrollbarOpts.horizontal,
className: ClassNames.SCROLLABLE_ELEMENT + ' ' + this.configuration.editor.viewInfo.theme,
useShadows: false,
lazyRender: true,
saveLastScrollTimeOnClassName: ClassNames.VIEW_LINE
lazyRender: true
};
addPropertyIfPresent(configScrollbarOpts, scrollbarOptions, 'verticalHasArrows');
addPropertyIfPresent(configScrollbarOpts, scrollbarOptions, 'horizontalHasArrows');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册