smooth ladder dragging!

This commit is contained in:
Tim
2024-02-12 01:14:33 -04:00
parent 00ac45dafc
commit 4c5267d279
5 changed files with 155 additions and 159 deletions

View File

@@ -117,7 +117,7 @@ function checkVault() {
ensureVault()
}
setTimeout(checkVault, 1)
setTimeout(checkVault, 0)
</script>