mirror of
https://github.com/microsoft/vscode.git
synced 2026-03-05 08:17:17 +00:00
Fix bad merge
This commit is contained in:
@@ -285,10 +285,7 @@ class MarkdownPreview {
|
||||
private throttleTimer: any;
|
||||
private initialLine: number | undefined = undefined;
|
||||
private readonly disposables: vscode.Disposable[] = [];
|
||||
<<<<<<< HEAD
|
||||
private firstUpdate = true;
|
||||
=======
|
||||
>>>>>>> Scroll sync markdown editor with markdown preview
|
||||
private currentVersion?: { resource: vscode.Uri, version: number };
|
||||
|
||||
constructor(
|
||||
|
||||
Reference in New Issue
Block a user