Updated "click" handling
parent
a203d98726
commit
3941519e5d
|
@ -31,6 +31,7 @@ document.addEventListener( "click", (event) => {
|
|||
})
|
||||
|
||||
|
||||
|
||||
document.addEventListener( "copy", (event) => {
|
||||
const pageUrl = window.location.href;
|
||||
|
||||
|
|
Loading…
Reference in New Issue