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
When the paste layer is visible, there is an Accept button for confirming the paste.
Accept
Just behind the Accept button is the Submit button.
Submit
The moment the paste is confirmed and the paste layer is hidden, then the Submit button becomes clickable, and I often hit Submit.
Idea A: Make a 5 second timer that blocks for tapping the Submit button, immediately after a paste Accept.
Idea B: Move the Submit button, so there is no sensitive button behind the Accept button.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
When the paste layer is visible, there is an
Accept
button for confirming the paste.Just behind the
Accept
button is theSubmit
button.The moment the paste is confirmed and the paste layer is hidden, then the
Submit
button becomes clickable, and I often hitSubmit
.Solution
Idea A: Make a 5 second timer that blocks for tapping the
Submit
button, immediately after a pasteAccept
.Idea B: Move the
Submit
button, so there is no sensitive button behind theAccept
button.The text was updated successfully, but these errors were encountered: