提交 4f210e60 编写于 作者: R rebornix

allow metadata apply even if it does not trigger content change

上级 1ace7f22
......@@ -525,10 +525,6 @@ export class NotebookTextModel extends Disposable implements INotebookTextModel
return;
}
if (!this._isCellMetadataChanged(cell.metadata, metadata)) {
return;
}
const triggerDirtyChange = this._isCellMetadataChanged(cell.metadata, metadata);
if (triggerDirtyChange) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册