From 8804542452815faa6fc18a72ebed6a00538df48e Mon Sep 17 00:00:00 2001 From: Caleb Fontenot Date: Sun, 23 Apr 2023 17:22:12 -0500 Subject: [PATCH] Add designs and (hopefully) mitagate memory leak --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 6818037..998b41a 100644 --- a/index.html +++ b/index.html @@ -271,7 +271,7 @@ if (dist > radius - 1 && dist < radius + 1) { //&& dist > radius - 1 lineHasInput = true; - outputLine += "​" + input.charAt(charIterate(input)); //zero-width space + outputLine += input.charAt(charIterate(input)); } else { outputLine += " "; }