mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-04 15:10:06 +00:00
tiny fix
This commit is contained in:
@@ -614,7 +614,7 @@
|
||||
if (type_a=="" || type_a==="*") type_a = 0;
|
||||
if (type_b=="" || type_b==="*") type_b = 0;
|
||||
if (
|
||||
!generic //generic output
|
||||
!type_a //generic output
|
||||
|| !type_b // generic input
|
||||
|| type_a == type_b //same type (is valid for triggers)
|
||||
|| (type_a == LiteGraph.EVENT && type_b == LiteGraph.ACTION)
|
||||
|
||||
Reference in New Issue
Block a user