From d917aaab6b146316dce86e73faaee065f24faf3a Mon Sep 17 00:00:00 2001 From: Evan Hahn Date: Wed, 2 Aug 2023 11:58:06 -0500 Subject: [PATCH] Minor: add a TODO --- public/png/png.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/png/png.js b/public/png/png.js index e771cf4..0f2f956 100644 --- a/public/png/png.js +++ b/public/png/png.js @@ -10,6 +10,7 @@ if (!errorEl || !explorerEl) throw new Error("HTML is not set up correctly"); const main = () => { // TODO: We may want a better UI here. + // TODO: Handle hash changes. const parsedHash = parseHash(location.hash); if (!parsedHash) { location.href = "..";