mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-02 07:01:30 -08:00
hide arrows after
This commit is contained in:
parent
ecc85a17a8
commit
cb95ab9109
|
@ -1370,12 +1370,13 @@ export default mixins(
|
||||||
overlay.setVisible(false);
|
overlay.setVisible(false);
|
||||||
timer = undefined;
|
timer = undefined;
|
||||||
|
|
||||||
showOrHideMidpointArrow(info.connection);
|
|
||||||
|
|
||||||
const itemsOverlay = info.connection.getOverlay('output-items-label');
|
const itemsOverlay = info.connection.getOverlay('output-items-label');
|
||||||
if (itemsOverlay) {
|
if (itemsOverlay) {
|
||||||
itemsOverlay.setVisible(true);
|
itemsOverlay.setVisible(true);
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
|
showOrHideMidpointArrow(info.connection);
|
||||||
|
}
|
||||||
}, 500);
|
}, 500);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue