From ac27be2abb00d32ca9f752f5ed1040f9413d4f9e Mon Sep 17 00:00:00 2001 From: ske Date: Thu, 11 Jul 2024 10:33:41 -0300 Subject: [PATCH] Remove extra `getElementById` --- etc/playground.html | 1 - 1 file changed, 1 deletion(-) diff --git a/etc/playground.html b/etc/playground.html index 62c3a8b..d353781 100644 --- a/etc/playground.html +++ b/etc/playground.html @@ -146,7 +146,6 @@

Tophat playground

outputArea.value = ""; } - var canvas = document.getElementById('canvas') canvas.addEventListener("click", (e) => { window.focus(); canvas.focus();