Updated "click" handling

main
Amēlija I 2024-10-08 20:39:39 +03:00
parent a203d98726
commit 3941519e5d
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ document.addEventListener( "click", (event) => {
})
document.addEventListener( "copy", (event) => {
const pageUrl = window.location.href;