mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-20 10:53:53 +01:00
bad workaround for https://github.com/microsoft/vscode/issues/132430
This commit is contained in:
@@ -870,7 +870,7 @@ export abstract class AbstractSettingRenderer extends Disposable implements ITre
|
||||
disposables: disposeables
|
||||
},
|
||||
asyncRenderCallback: () => {
|
||||
this._onDidChangeSettingHeight.fire({ element });
|
||||
// this._onDidChangeSettingHeight.fire({ element });
|
||||
},
|
||||
});
|
||||
disposeables.add(renderedMarkdown);
|
||||
|
||||
Reference in New Issue
Block a user