This commit is contained in:
nate smith 2024-02-18 15:30:54 -08:00
parent 42d136e8a6
commit 75e0cf519c

View File

@ -185,7 +185,7 @@ class PoemLines extends HTMLDivElement {
reset() {
this.querySelectorAll("div.line").forEach(invoker("remove"));
this.init()
this.init();
}
add() {