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
fix(Pointers): ensure visible renderers list is cleared correctly
The `makeRendererVisible` list was being cleared during a loop within
the loop so it wasn't being cleared correctly.
The better approach is to simply clear the entire list after the loop
is done.
0 commit comments