AirLabsTeam / react-drag-to-select

A react library which adds drag to select to your app
https://airlabsteam.github.io/react-drag-to-select
MIT License
157 stars 22 forks source link

Text cannot be selected ever again, wrong property is removed from body #28

Closed uffou closed 2 years ago

uffou commented 2 years ago
  1. You need to use "user-select" not "userSelect"

https://github.com/AirLabsTeam/react-drag-to-select/blob/0210c96aacd8fe6baeacf8d229e635cb020f89f7/src/hooks/useSelectionLogic.ts#L162

uffou commented 2 years ago

and -webkit-user-select for safari

tomaszczura commented 2 years ago

You are right - will be fixed soon. Thanks!