CrazyTim / spin-wheel

An easy to use, themeable component for randomising choices and prizes.
https://crazytim.github.io/spin-wheel/examples/themes
MIT License
174 stars 45 forks source link

Cursor is reset when dragging out of the window #22

Open CrazyTim opened 1 year ago

CrazyTim commented 1 year ago

Small issue on MacOS, Chrome 112.0.5615.49.

  1. While dragging the wheel, drag out of the browser window. The cursor changes to 'pointer'. It should be 'grab'.
  2. While still dragging, drag back inside the browser window. The cursror will still be 'pointer'. It should be 'grab'.

Point 2 above should at least be doable. I feel this has to do with how Chrome handles dragging things out of the window.