emilov2501 / use-ui

Simple React hooks, ready to use, written in TypeScript
MIT License
11 stars 0 forks source link

Is it possible to get rid of CSS property "user-select: none"? #3

Open sachyshyn opened 6 months ago

sachyshyn commented 6 months ago

https://github.com/emilov2501/use-ui/blob/e74fd1712eef84c6a30d063c8ff98b5700ad6d70/packages/use-ui/lib/AppToaster/styles/toaster.module.css#L11

This property prevents choosing a text from a toast which might be handy in cases with errors. For example, I've got an error from the server side (like [[Object Object]] field does not exist) and I want to address the issue to an admin via message