mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-22 09:35:37 -05:00
This reverts commit 5d44b6a6a7.
This commit is contained in:
@@ -94,7 +94,7 @@ export default class WebViewComponent extends ComponentBase implements IComponen
|
||||
private setHtml(): void {
|
||||
if (this._webview && this.html) {
|
||||
this._renderedHtml = this.html;
|
||||
this._webview.html = this._renderedHtml;
|
||||
this._webview.contents = this._renderedHtml;
|
||||
this._webview.layout();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user