don't force params here
This commit is contained in:
parent
e4a7e7b335
commit
8306ed2ed7
@ -103,7 +103,7 @@ end
|
|||||||
function collect_state(v::IVertex)
|
function collect_state(v::IVertex)
|
||||||
state = typeof(v)[]
|
state = typeof(v)[]
|
||||||
offset = Int[]
|
offset = Int[]
|
||||||
default = Param[]
|
default = []
|
||||||
prewalk!(v) do v
|
prewalk!(v) do v
|
||||||
value(v) isa Offset || return v
|
value(v) isa Offset || return v
|
||||||
if (i = findfirst(state, v[1])) == 0
|
if (i = findfirst(state, v[1])) == 0
|
||||||
|
Loading…
Reference in New Issue
Block a user