Skip to content

Commit

Permalink
fix #99393.
Browse files Browse the repository at this point in the history
  • Loading branch information
rebornix committed Jun 26, 2020
1 parent 134951f commit 9bf6af0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9bf6af0

Please sign in to comment.