提交 e8bb7a93 编写于 作者: R rebornix

fix #113243.

上级 f0376ac1
......@@ -231,6 +231,7 @@ export class CodeCell extends Disposable {
if (this._activeCellRunPlaceholder === null) {
// const keybinding = this._keybindingService.lookupKeybinding(EXECUTE_CELL_COMMAND_ID);
this._activeCellRunPlaceholder = this.notebookCellStatusBarService.addEntry(getExecuteCellPlaceholder(this.viewCell));
this._register(this._activeCellRunPlaceholder);
}
return;
......
......@@ -144,6 +144,7 @@ export class StatefulMarkdownCell extends Disposable {
if (this._activeCellRunPlaceholder === null) {
// const keybinding = this._keybindingService.lookupKeybinding(EXECUTE_CELL_COMMAND_ID);
this._activeCellRunPlaceholder = this.notebookCellStatusBarService.addEntry(getExecuteCellPlaceholder(this.viewCell));
this._register(this._activeCellRunPlaceholder);
}
return;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册