From 70ec99f932ae1691d88845bf0cbf006edbe50eb1 Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Mon, 8 Jan 2024 15:00:42 +0100 Subject: [PATCH] fix: clipping popup --- main.js | 1 - 1 file changed, 1 deletion(-) diff --git a/main.js b/main.js index 47ae946..f28cd80 100644 --- a/main.js +++ b/main.js @@ -1210,7 +1210,6 @@ function loadstorage() md.hidden = true; var msg = document.createElement("div"); msg.innerText = "Clipping..."; - msg.setAttribute("style", "width:100px;height:100px;top:0;left:0"); notepage.appendChild(msg); saved = false;