driver.js icon indicating copy to clipboard operation
driver.js copied to clipboard

Title does't support HTML

Open JosueInitDev opened this issue 1 year ago • 1 comments

I'm using version 1.3.1 with the CDN at this url It only support plain text because the CDN says o.title.innerText=n

Solution: change to o.title.innerHTML=n

JosueInitDev avatar Jan 21 '24 02:01 JosueInitDev

The URL doesn't seem to be pointing to the correct version. This was fixed in 1.3.0.

saidharanidhar avatar May 20 '24 19:05 saidharanidhar