Skip to content

Commit 8c61dd2

Browse files
committed
allow editing of insert cell content.
1 parent b08a404 commit 8c61dd2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/vs/workbench/contrib/notebook/browser/diff/cellComponents.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,8 @@ export class InsertCell extends AbstractCellRenderer {
626626
width: (this.notebookEditor.getLayoutInfo().width - 2 * DIFF_CELL_MARGIN) / 2 - 18,
627627
height: editorHeight
628628
},
629-
overflowWidgetsDomNode: this.notebookEditor.getOverflowContainerDomNode()
629+
overflowWidgetsDomNode: this.notebookEditor.getOverflowContainerDomNode(),
630+
readOnly: false
630631
}, {});
631632

632633
this._layoutInfo.editorHeight = editorHeight;

0 commit comments

Comments
 (0)