mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 11:10:48 +00:00
removing unecessary spaces
This commit is contained in:
parent
9ee1906718
commit
41606da2dc
1 changed files with 0 additions and 2 deletions
|
@ -286,8 +286,6 @@ class MarkdownPreview extends Disposable implements WebviewResourceProvider {
|
|||
});
|
||||
}
|
||||
|
||||
|
||||
|
||||
private async updatePreview(forceUpdate?: boolean): Promise<void> {
|
||||
clearTimeout(this.throttleTimer);
|
||||
this.throttleTimer = undefined;
|
||||
|
|
Loading…
Reference in a new issue