don't focus moved view containers
parent
b64b98cf4e
commit
4210a6a68e
|
@ -66,8 +66,6 @@ export class CompositeDragAndDrop implements ICompositeDragAndDrop {
|
||||||
if (targetCompositeId) {
|
if (targetCompositeId) {
|
||||||
this.moveComposite(currentContainer.id, targetCompositeId, before);
|
this.moveComposite(currentContainer.id, targetCompositeId, before);
|
||||||
}
|
}
|
||||||
|
|
||||||
this.openComposite(currentContainer.id, true);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue