提交 aee2af6c 编写于 作者: I isidor

composite bar: fix order when removing composite

上级 3bd52030
......@@ -99,9 +99,10 @@ export class CompositeBar implements ICompositeBar {
}
this.options.composites = this.options.composites.filter(c => c.id !== id);
this.deactivateComposite(id);
this.unpin(id);
this.pullComposite(id);
// Only at the end deactivate composite so the unpin and pull properly finish
this.deactivateComposite(id);
}
public activateComposite(id: string): void {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册