mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 09:35:39 -05:00
fix attach image on rehydration (#15359)
This commit is contained in:
@@ -162,6 +162,7 @@ export class CellModel extends Disposable implements ICellModel {
|
||||
}
|
||||
// TO DO: Check if name already exists and message the user?
|
||||
this._attachments[name] = attachment;
|
||||
this.sendChangeToNotebook(NotebookChangeType.CellMetadataUpdated);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user