Fix clipboard copy on HTTP — fallback to execCommand
navigator.clipboard is only available in secure contexts (HTTPS/localhost).
Added textarea+execCommand fallback for plain HTTP deployments.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 94e32e9 commit e8e837591b80747f4556c71307d80e5bb3e69a77
@Eugene Sukhodolskiy Eugene Sukhodolskiy authored on 20 Apr
Showing 4 changed files
View
webclient/dist/assets/index-Ca-AEqJr.js 100644 → 0
Not supported
View
webclient/dist/assets/index-Cn5PYNDa.js 0 → 100644
Not supported
View
webclient/dist/index.html
View
webclient/src/composables/useCopy.js