From 953aed236e822d9f526e12c24c56d18b07063f04 Mon Sep 17 00:00:00 2001 From: seijihariki Date: Sat, 24 Dec 2022 01:19:11 +0000 Subject: [PATCH] Prettified Code! --- js/ui/tool/stamp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/tool/stamp.js b/js/ui/tool/stamp.js index a7895c7..74be4ad 100644 --- a/js/ui/tool/stamp.js +++ b/js/ui/tool/stamp.js @@ -78,7 +78,7 @@ const stampTool = () => state.selected = resource; } // If already selected, clear selection (if deselection is enabled) - else if (deselect){ + else if (deselect) { resourceWrapper.classList.remove("active"); state.selected = null; }