mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-01 22:09:55 +00:00
Fix frontend node tooltip error (#911)
This commit is contained in:
@@ -109,7 +109,7 @@ const onIdle = () => {
|
|||||||
[0, 0]
|
[0, 0]
|
||||||
)
|
)
|
||||||
if (outputSlot !== -1) {
|
if (outputSlot !== -1) {
|
||||||
return showTooltip(nodeDef.output.all?.[outputSlot].tooltip)
|
return showTooltip(nodeDef.output.all?.[outputSlot]?.tooltip)
|
||||||
}
|
}
|
||||||
|
|
||||||
const widget = getHoveredWidget()
|
const widget = getHoveredWidget()
|
||||||
|
|||||||
Reference in New Issue
Block a user