提交 edcc70c8 编写于 作者: R rebornix

💄

上级 4d775236
......@@ -124,10 +124,8 @@ export class CellContextKeyManager extends Disposable {
private updateForOutputs() {
if (this.element instanceof CodeCellViewModel) {
console.log(this.element, this.element.outputs.length > 0);
this.cellHasOutputs.set(this.element.outputs.length > 0);
} else {
console.log(this.element, false);
this.cellHasOutputs.set(false);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册