We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcafbd6 commit 209abb1Copy full SHA for 209abb1
src/vs/workbench/contrib/notebook/browser/view/cellParts/codeCell.ts
@@ -62,6 +62,7 @@ export class CodeCell extends Disposable {
62
const editorHeight = this.calculateInitEditorHeight();
63
this.initializeEditor(editorHeight);
64
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
66
67
this.registerViewCellLayoutChange();
68
this.registerCellEditorEventListeners();
0 commit comments