This commit is contained in:
rebornix
2020-06-26 11:21:27 -07:00
parent 134951f986
commit 9bf6af04dc
@@ -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,