Closed mlostekk closed 1 year ago
... and fixed the risk of a crash once the var rows and var cols are really used in a dynamic fashion as the ForEach loop would not get updated
var rows
var cols
ForEach
... and fixed the risk of a crash once the
var rows
andvar cols
are really used in a dynamic fashion as theForEach
loop would not get updated