We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b08a404 commit 8c61dd2Copy full SHA for 8c61dd2
1 file changed
src/vs/workbench/contrib/notebook/browser/diff/cellComponents.ts
@@ -626,7 +626,8 @@ export class InsertCell extends AbstractCellRenderer {
626
width: (this.notebookEditor.getLayoutInfo().width - 2 * DIFF_CELL_MARGIN) / 2 - 18,
627
height: editorHeight
628
},
629
- overflowWidgetsDomNode: this.notebookEditor.getOverflowContainerDomNode()
+ overflowWidgetsDomNode: this.notebookEditor.getOverflowContainerDomNode(),
630
+ readOnly: false
631
}, {});
632
633
this._layoutInfo.editorHeight = editorHeight;
0 commit comments