diff --git a/src/components/graph/NodeTooltip.vue b/src/components/graph/NodeTooltip.vue index 656bdae19..19a72ec31 100644 --- a/src/components/graph/NodeTooltip.vue +++ b/src/components/graph/NodeTooltip.vue @@ -109,7 +109,7 @@ const onIdle = () => { [0, 0] ) if (outputSlot !== -1) { - return showTooltip(nodeDef.output.all?.[outputSlot].tooltip) + return showTooltip(nodeDef.output.all?.[outputSlot]?.tooltip) } const widget = getHoveredWidget()