fix: clipping popup

This commit is contained in:
quenousimporte 2024-01-08 15:00:42 +01:00
parent e610b306df
commit 70ec99f932
1 changed files with 0 additions and 1 deletions

View File

@ -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;