You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you click a box in the all_widgets.rs example, only the first block gets toggled. I presume the bug is because of this line here, when the closure runs it only changes the last value of col and row instead of the col and row when the closure was created.