提交 ae4a4f88 编写于 作者: R rebornix

event once for cell editor opening

上级 990cc855
......@@ -223,7 +223,7 @@ export class NotebookCellList extends WorkbenchList<CellViewModel> {
function getEditorAttachedPromise(element: CellViewModel) {
return new Promise((resolve, reject) => {
element.onDidChangeEditorAttachState(state => state ? resolve() : reject());
Event.once(element.onDidChangeEditorAttachState)(state => state ? resolve() : reject());
});
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册