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 for for #154, during my first time using this sim, that it seems a bit strange to me that the "pointer" cursor only appears once you begin dragging the elements in the sim. I would have expected a cursor change on hover to help cue what is draggable. For example, it wasn't immediately clear to me that only the left pencil was draggable, and not the right one (the refracted image).
The text was updated successfully, but these errors were encountered:
@arouinfar please review in master. All draggable objects now have cursor: 'pointer' (the hand) when you hover over them. The exceptions are the lens and mirror. Since they can only be moved up/down, they have cursor: 'ns-resize' (up/down arrows).
I noticed for for #154, during my first time using this sim, that it seems a bit strange to me that the "pointer" cursor only appears once you begin dragging the elements in the sim. I would have expected a cursor change on hover to help cue what is draggable. For example, it wasn't immediately clear to me that only the left pencil was draggable, and not the right one (the refracted image).
The text was updated successfully, but these errors were encountered: