The paste page 'copy' button wrote the paste CONTENT (and could silently fail on clipboard errors while still showing Success!, leaving whatever was previously on the clipboard, e.g. the paste id). Per the issue the button should copy the LINK.
New 'link' button next to 'copy' writes the full paste URL (origin + path, custom slugs included)
'copy' still copies the paste content
Both paths now toast 'Copy failed' on clipboard errors instead of showing a false 'Success!'
Verified on a local build via CDP clipboard probe: link button puts https://host/ on the clipboard, copy button puts the content; no title-bar overflow at 375px width.
Fix attempt 1. Ref #243
The paste page 'copy' button wrote the paste CONTENT (and could silently fail on clipboard errors while still showing Success!, leaving whatever was previously on the clipboard, e.g. the paste id). Per the issue the button should copy the LINK.
- New 'link' button next to 'copy' writes the full paste URL (origin + path, custom slugs included)
- 'copy' still copies the paste content
- Both paths now toast 'Copy failed' on clipboard errors instead of showing a false 'Success!'
Verified on a local build via CDP clipboard probe: link button puts https://host/<slug> on the clipboard, copy button puts the content; no title-bar overflow at 375px width.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Fix attempt 1. Ref #243
The paste page 'copy' button wrote the paste CONTENT (and could silently fail on clipboard errors while still showing Success!, leaving whatever was previously on the clipboard, e.g. the paste id). Per the issue the button should copy the LINK.
Verified on a local build via CDP clipboard probe: link button puts https://host/ on the clipboard, copy button puts the content; no title-bar overflow at 375px width.