You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: [ci-fix] add try/catch around navigator.clipboard.writeText calls
clipboard.writeText() can reject when the document isn't focused or
permissions are denied. Wrap both call sites in try/catch to prevent
unhandled promise rejections. Added files to the bare-catch allowlist
since clipboard failures are intentionally silent.
Co-authored-by: Ona <no-reply@ona.com>
0 commit comments