-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
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
fix(clipboard): Increase DEFAULT copy to clipboard time #20008
Conversation
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
Maybe i'm misunderstanding but why does it take longer than 3 seconds to copy something to the clipboard? edit |
Builds ready [62ed16d]
Page Load Metrics (1715 ± 56 ms)
Bundle size diffs
|
Yes, it's clearing the clipboard after 3 seconds. |
Will address #19548 |
#19948 only fixed a few parts of this problem
The larger problem is that the default timeout on
useCopyToClipboard()
was 3 seconds.Other confirmed problem areas:
There are also likely to be a few more bugs that nobody has found yet. So this PR changes the default timeout from 3 seconds to 1 minute.