Files
tether/server
Claude Opus 4.7 099c66ab5a web: focus textarea on paste + better fallback for iOS clipboard
Old code immediately showed 'clipboard read denied' if navigator.clipboard
.readText() rejected, even when iOS Safari was still showing the Paste
button. New behavior: focus the textarea first so the user has an
unambiguous target for long-press-paste, then try readText, then
execCommand('paste') as belt-and-suspenders. Only show the denial
message if all three failed.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-21 01:20:44 -05:00
..