提交 276e2dfd 编写于 作者: I isidor

composite bar: when removing composite remove it fully

fixes #45829
上级 22563968
......@@ -100,6 +100,7 @@ export class CompositeBar implements ICompositeBar {
this.options.composites = this.options.composites.filter(c => c.id !== id);
this.unpin(id);
this.pullComposite(id);
}
public activateComposite(id: string): void {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册