EqualifyEverything / equalify-iris

fix(demo): clipboard copy works over plain HTTP (execCommand fallback)
navigator.clipboard requires a secure context (HTTPS/localhost), so Copy failed on an HTTP deployment. Fall back to execCommand('copy'), which works over HTTP. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Blake Bertuccelli-Booth Blake Bertuccelli-Booth committed on May 22, 2026, 05:33 PM
Showing 1 changed files +23 additions -2 deletions
M public/demo.html +23 -2
Browse files at this commit →