clippy initial hide to prevent popin
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
`translate(${position.x}px, ${position.y}px)`
|
||||
document.getElementById("clippy").style.transform =
|
||||
`translate(${position.x}px, ${position.y}px)`
|
||||
document.getElementById("clippy").classList.remove('hide');
|
||||
} else {
|
||||
localStorage.removeItem("position")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user