diff --git a/src/sql/workbench/parts/notebook/browser/cellViews/codeCell.component.html b/src/sql/workbench/parts/notebook/browser/cellViews/codeCell.component.html index f6a716b678..f182e9875b 100644 --- a/src/sql/workbench/parts/notebook/browser/cellViews/codeCell.component.html +++ b/src/sql/workbench/parts/notebook/browser/cellViews/codeCell.component.html @@ -9,7 +9,7 @@
- +
diff --git a/src/sql/workbench/parts/notebook/browser/models/cell.ts b/src/sql/workbench/parts/notebook/browser/models/cell.ts index 44e9781e97..3270f4df24 100644 --- a/src/sql/workbench/parts/notebook/browser/models/cell.ts +++ b/src/sql/workbench/parts/notebook/browser/models/cell.ts @@ -295,9 +295,6 @@ export class CellModel implements ICellModel { this.notebookModel.updateActiveCell(this); this.active = true; } - if (this.isCollapsed) { - this.isCollapsed = false; - } if (connectionManagementService) { this._connectionManagementService = connectionManagementService;