提交 b8840e41 编写于 作者: R rebornix

revert viewlines change..

上级 2c92a701
......@@ -484,8 +484,7 @@ export class ViewLines extends ViewPart implements IVisibleLinesHost<ViewLine>,
* Returns false if some lines need to be reevaluated (in a slow fashion).
*/
private _updateLineWidthsFast(): boolean {
// TODO@rebornix triggering `updateLineWidthsFast` flushes scroll left.
return this._updateLineWidths(false);
return this._updateLineWidths(true);
}
private _updateLineWidthsSlow(): void {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册