mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -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?
|
// TO DO: Check if name already exists and message the user?
|
||||||
this._attachments[name] = attachment;
|
this._attachments[name] = attachment;
|
||||||
|
this.sendChangeToNotebook(NotebookChangeType.CellMetadataUpdated);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user