fix id and snowflake

This commit is contained in:
MathMan05 2024-07-24 12:53:30 -05:00
parent 5e9405207b
commit 4f80104e2e
17 changed files with 263 additions and 235 deletions

View file

@ -18,7 +18,7 @@ class Fullscreen{
this.html.classList.add("nonimagecenter");
}
}
tohtml(array){
tohtml(array:any[]){
switch(array[0]){
case "img":
const img=document.createElement("img");