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
As title: When touching and holding on the interface I get a text selection view.
I haven't poked around that much but I think this is all a web view - And therefore the following css should fix the issue:
* { -webkit-user-select: none; user-select: none; }
The text was updated successfully, but these errors were encountered:
62781dc
Will be included in the next release :)
Sorry, something went wrong.
UnchartedBull
No branches or pull requests
As title: When touching and holding on the interface I get a text selection view.
I haven't poked around that much but I think this is all a web view - And therefore the following css should fix the issue:
The text was updated successfully, but these errors were encountered: