зеркало из https://github.com/microsoft/gather.git
Bugfix: error with deep copies of lab cell
This commit is contained in:
Родитель
f3d735c038
Коммит
65201ec31a
|
@ -72,7 +72,7 @@ export class LabCell extends AbstractCell {
|
|||
}
|
||||
|
||||
deepCopy(): LabCell {
|
||||
return new LabCell(new CodeCellModel({ id: this.id, cell: this.toJSON() }));
|
||||
return new LabCell(new CodeCellModel({ id: this.id, cell: this.model.toJSON() }));
|
||||
}
|
||||
|
||||
serialize(): any {
|
||||
|
|
Загрузка…
Ссылка в новой задаче