We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here's a guide: https://reactgo.com/disable-text-selection-css/
Not sure if you can implement this as I don't know how this whole project has been created, but I guess worth asking?
The text was updated successfully, but these errors were encountered:
Text Selection can be useful for copy-paste
Image selection could probably be disabled, by adding the following to https://github.com/th-ch/youtube-music/blob/master/youtube-music.css
.image-wrapper { -webkit-user-select: none; }
You're welcome to open a small PR that do this 😋
Sorry, something went wrong.
Implemented this in new PR #434
Successfully merging a pull request may close this issue.
Here's a guide: https://reactgo.com/disable-text-selection-css/
Not sure if you can implement this as I don't know how this whole project has been created, but I guess worth asking?
The text was updated successfully, but these errors were encountered: