提交 6f97e28d 编写于 作者: R rebornix

Fix #98839.

上级 6532cc6c
......@@ -358,6 +358,7 @@ export class NotebookTextModel extends Disposable implements INotebookTextModel
const cells = this.cells.splice(index, 1);
this.cells.splice(newIdx, 0, ...cells);
this._onDidChangeContent.fire();
this._increaseVersionId();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册