more fixes

This commit is contained in:
MathMan05 2024-11-28 13:22:27 -06:00
parent d245b645f7
commit 0b346a69c8

View file

@ -311,6 +311,7 @@ offset: number
element.scrollIntoView(); element.scrollIntoView();
} }
}else{ }else{
this.resetVars();
for(const thing of this.HTMLElements){ for(const thing of this.HTMLElements){
await this.destroyFromID(thing[1]); await this.destroyFromID(thing[1]);
} }