mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-17 04:15:47 +01:00
Ensure that cursor state change is always emitted upon restoring state (#203451)
* Set initial cursor position for
This commit is contained in:
@@ -249,7 +249,7 @@ export class DecorationsOverviewRuler extends ViewPart {
|
||||
}
|
||||
});
|
||||
|
||||
this._cursorPositions = [];
|
||||
this._cursorPositions = [new Position(1, 1)];
|
||||
}
|
||||
|
||||
public override dispose(): void {
|
||||
|
||||
Reference in New Issue
Block a user