don't focus moved view containers

This commit is contained in:
SteVen Batten 2020-05-06 10:05:55 -07:00
parent b64b98cf4e
commit 4210a6a68e

View file

@ -66,8 +66,6 @@ export class CompositeDragAndDrop implements ICompositeDragAndDrop {
if (targetCompositeId) {
this.moveComposite(currentContainer.id, targetCompositeId, before);
}
this.openComposite(currentContainer.id, true);
}
}