Skip to content

Commit 209abb1

Browse files
authored
Fix microsoft#173590. Reset code editor container display on render. (microsoft#173592)
1 parent fcafbd6 commit 209abb1

File tree

1 file changed

+1
-0
lines changed
  • src/vs/workbench/contrib/notebook/browser/view/cellParts

1 file changed

+1
-0
lines changed

src/vs/workbench/contrib/notebook/browser/view/cellParts/codeCell.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ export class CodeCell extends Disposable {
6262
const editorHeight = this.calculateInitEditorHeight();
6363
this.initializeEditor(editorHeight);
6464
this._renderedInputCollapseState = false; // editor is always expanded initially
65+
DOM.show(this.templateData.editorPart); // however the editor part display might not be cleared on template
6566

6667
this.registerViewCellLayoutChange();
6768
this.registerCellEditorEventListeners();

0 commit comments

Comments
 (0)