Fixes #112353

上级 54dc2d78
...@@ -42,8 +42,8 @@ export abstract class AbstractLineHighlightOverlay extends DynamicViewOverlay { ...@@ -42,8 +42,8 @@ export abstract class AbstractLineHighlightOverlay extends DynamicViewOverlay {
this._contentWidth = layoutInfo.contentWidth; this._contentWidth = layoutInfo.contentWidth;
this._selectionIsEmpty = true; this._selectionIsEmpty = true;
this._focused = false; this._focused = false;
this._cursorLineNumbers = []; this._cursorLineNumbers = [1];
this._selections = []; this._selections = [new Selection(1, 1, 1, 1)];
this._renderData = null; this._renderData = null;
this._context.addEventHandler(this); this._context.addEventHandler(this);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册