stephenscaff / react-animated-cursor

An animated custom cursor React component.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Favo02 opened this issue · comments

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.

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

Thanks for your thoughts.