Make sure markdown refresh forces the preview to be updated

This commit is contained in:
Matt Bierner
2022-01-07 13:26:13 -08:00
parent e5054d1d42
commit f528f1a415

View File

@@ -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() {