stephenscaff / react-animated-cursor

An animated custom cursor React component.
ISC License
273 stars 28 forks source link

System cursor not shown on clickables with `showSystemCursor` = `true` #39

Closed Favo02 closed 11 months ago

stephenscaff commented 1 year ago

Commented on your pr.

To say again, should we roll your updates into the single showSystemCursor prop? I'm thinking if you want cursor, you want it in all places?

Let me know if you have different thoughts.

stephenscaff commented 11 months ago

After some consideration, fixed this by simply having showSystemCursor apply to clickables as well.

Thanks for your thoughts.