Files
gustavoo-me/wp-content/plugins/fluent-crm/assets/clipboard.js
T
2026-07-23 22:56:30 -03:00

2 lines
304 B
JavaScript

function e(e){if(!e)return!1;try{const o=document.createElement("input");return o.value=e,document.body.appendChild(o),o.select(),o.setSelectionRange(0,99999),document.execCommand("copy"),document.body.removeChild(o),!0}catch(o){return console.error("Failed to copy to clipboard:",o),!1}}export{e as c};