Skip to content

Commit 290bf52

Browse files
Fix frontend node tooltip error (#911)
1 parent 529e889 commit 290bf52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/graph/NodeTooltip.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ const onIdle = () => {
109109
[0, 0]
110110
)
111111
if (outputSlot !== -1) {
112-
return showTooltip(nodeDef.output.all?.[outputSlot].tooltip)
112+
return showTooltip(nodeDef.output.all?.[outputSlot]?.tooltip)
113113
}
114114
115115
const widget = getHoveredWidget()

0 commit comments

Comments
 (0)