提交 6e4af7e6 编写于 作者: S SteVen Batten

fixes #105734

上级 cbb179a5
......@@ -106,6 +106,11 @@ export abstract class CompositePart<T extends Composite> extends Part {
return this.activeComposite;
}
// We cannot open the composite if we have not been created yet
if (!this.element) {
return;
}
// Open
return this.doOpenComposite(id, focus);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册