mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-29 19:59:19 +01:00
fix #99393.
This commit is contained in:
@@ -364,6 +364,8 @@ export class CodeCell extends Disposable {
|
||||
let hasDynamicHeight = result.hasDynamicHeight;
|
||||
|
||||
if (hasDynamicHeight) {
|
||||
this.viewCell.selfSizeMonitoring = true;
|
||||
|
||||
let clientHeight = outputItemDiv.clientHeight;
|
||||
let dimension = {
|
||||
width: this.viewCell.layoutInfo.editorWidth,
|
||||
|
||||
Reference in New Issue
Block a user