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; }