fix slider, woops

This commit is contained in:
Xiexe
2020-10-03 23:09:59 -04:00
parent a1aea07a45
commit 71ba1704be
3 changed files with 8 additions and 3 deletions
+4
View File
@@ -221,9 +221,13 @@ function showSettings()
{
var opt = document.getElementById("options");
if(opt.style.display == "none")
{
opt.style.display = "flex";
}
else
{
opt.style.display = "none";
}
}
function updateCursorPosition(e)