clippy move
This commit is contained in:
@@ -34,6 +34,8 @@
|
||||
position.y = stored_position.y
|
||||
document.getElementById("main-window").style.transform =
|
||||
`translate(${position.x}px, ${position.y}px)`
|
||||
document.getElementById("clippy").style.transform =
|
||||
`translate(${position.x}px, ${position.y}px)`
|
||||
} else {
|
||||
localStorage.removeItem("position")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user