From 603e2971f764d8b95bbb8f8da0d004d89ea98c17 Mon Sep 17 00:00:00 2001 From: FlamedDogo99 <96555444+FlamedDogo99@users.noreply.github.com> Date: Mon, 3 Jun 2024 14:22:52 -0600 Subject: [PATCH] Update eaglermobile.user.js --- eaglermobile.user.js | 1 + 1 file changed, 1 insertion(+) diff --git a/eaglermobile.user.js b/eaglermobile.user.js index ad902c5..cbf44eb 100644 --- a/eaglermobile.user.js +++ b/eaglermobile.user.js @@ -361,6 +361,7 @@ function insertCanvasElements() { let hiddenInput = document.createElement('input', true); hiddenInput.id = "hiddenInput" hiddenInput.classList.add("inMenu") + // We are hiding the text input behind button because opacity was causing problems. hiddenInput.style.cssText = "position:absolute;top: 0vh; margin: auto; left: 8vh; right:0vh; width: 8vh; height: 8vh;font-size:20px;z-index:-10;color: transparent;text-shadow: 0 0 0 black;"; hiddenInput.value = " " //Allows delete to be detected before input is changed hiddenInput.addEventListener("input", function(e) {