mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-28 05:59:42 -08:00
reset location
This commit is contained in:
parent
2e6eb8394a
commit
cd9dab31b2
|
@ -1673,7 +1673,8 @@ export default mixins(
|
|||
this.instance.bind('connectionDetached', (info) => {
|
||||
const inputNameOverlay = info.targetEndpoint.getOverlay('input-name-label');
|
||||
if (inputNameOverlay) {
|
||||
inputNameOverlay.setLocation([-2, .5]);
|
||||
// todo
|
||||
inputNameOverlay.setLocation([-3, .5]);
|
||||
}
|
||||
|
||||
updateConnectionDetach(info.sourceEndpoint, info.targetEndpoint, 1);
|
||||
|
|
Loading…
Reference in a new issue