fix: clipping popup
This commit is contained in:
parent
e610b306df
commit
70ec99f932
1
main.js
1
main.js
|
@ -1210,7 +1210,6 @@ function loadstorage()
|
||||||
md.hidden = true;
|
md.hidden = true;
|
||||||
var msg = document.createElement("div");
|
var msg = document.createElement("div");
|
||||||
msg.innerText = "Clipping...";
|
msg.innerText = "Clipping...";
|
||||||
msg.setAttribute("style", "width:100px;height:100px;top:0;left:0");
|
|
||||||
notepage.appendChild(msg);
|
notepage.appendChild(msg);
|
||||||
|
|
||||||
saved = false;
|
saved = false;
|
||||||
|
|
Loading…
Reference in New Issue