Open amatelic opened 2 years ago
I'm using react-rnd 10.3.5
My browser is: Safari Version 15.3 (17612.4.9.1.8)
Code can be reproduced here https://codesandbox.io/s/y3997qply9
On safari, the cursor is incorrect when dragging. Rather than having the move cursor, we have a text cursor.
Should see the move/dragging cursor.
Seeing the edit cursor.
Just add e.preventDefault() on your drag handler. That fixes the issue.
Overview of the problem
I'm using react-rnd 10.3.5
My browser is: Safari Version 15.3 (17612.4.9.1.8)
Reproduced project
Code can be reproduced here https://codesandbox.io/s/y3997qply9
Description
On safari, the cursor is incorrect when dragging. Rather than having the move cursor, we have a text cursor.
Steps to Reproduce
Expected behavior
Should see the move/dragging cursor.
Actual behavior
Seeing the edit cursor.