mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-02 01:25:39 -05:00
Notebooks: Fix Grids Not Rendering when Unsaved Notebook Reloaded (#12483)
* Clear Output and fix output change * Fix tests after forced clear + append output
This commit is contained in:
@@ -392,6 +392,7 @@ export class DataResourceDataProvider implements IGridDataProvider {
|
||||
let rows = await this._queryRunner.getQueryRows(i, numRows, this._batchId, this._id);
|
||||
this.convertData(rows);
|
||||
}
|
||||
this.cellModel.sendChangeToNotebook(NotebookChangeType.CellOutputUpdated);
|
||||
}
|
||||
|
||||
private convertData(rows: ResultSetSubset): void {
|
||||
|
||||
Reference in New Issue
Block a user