提交 9bf6af04 编写于 作者: R rebornix

fix #99393.

上级 134951f9
......@@ -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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册