mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-31 23:47:28 -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) => {
|
this.instance.bind('connectionDetached', (info) => {
|
||||||
const inputNameOverlay = info.targetEndpoint.getOverlay('input-name-label');
|
const inputNameOverlay = info.targetEndpoint.getOverlay('input-name-label');
|
||||||
if (inputNameOverlay) {
|
if (inputNameOverlay) {
|
||||||
inputNameOverlay.setLocation([-2, .5]);
|
// todo
|
||||||
|
inputNameOverlay.setLocation([-3, .5]);
|
||||||
}
|
}
|
||||||
|
|
||||||
updateConnectionDetach(info.sourceEndpoint, info.targetEndpoint, 1);
|
updateConnectionDetach(info.sourceEndpoint, info.targetEndpoint, 1);
|
||||||
|
|
Loading…
Reference in a new issue