mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
Make sure markdown refresh forces the preview to be updated
This commit is contained in:
@@ -595,7 +595,7 @@ export class StaticMarkdownPreview extends Disposable implements ManagedMarkdown
|
||||
}
|
||||
|
||||
public refresh() {
|
||||
this.preview.refresh();
|
||||
this.preview.refresh(true);
|
||||
}
|
||||
|
||||
public updateConfiguration() {
|
||||
@@ -748,7 +748,7 @@ export class DynamicMarkdownPreview extends Disposable implements ManagedMarkdow
|
||||
}
|
||||
|
||||
public refresh() {
|
||||
this._preview.refresh();
|
||||
this._preview.refresh(true);
|
||||
}
|
||||
|
||||
public updateConfiguration() {
|
||||
|
||||
Reference in New Issue
Block a user