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
I noticed a bug where if you happen to draw something with the turtle hidden and then show it once it stops drawing, the turtle stays in its last position before being hidden, instead of its current position.
Steps to reproduce:
Start drawing something
Hide the turtle while it's drawing
Once it stops drawing, make it visible
It can then be seen that the turtle is in its last position before being hidden, rather than its current position