who put critters in my typescript

This commit is contained in:
Lily Tsuru 2024-07-10 07:10:59 -04:00
parent d8b7681ff5
commit 7e1999f117

View file

@ -240,7 +240,6 @@ export class Agent {
addToDom(parent: HTMLElement = document.body) {
if (this.charDiv.parentElement) return;
parent.appendChild(this.charDiv);
('');
}
remove() {