Prettified Code!
This commit is contained in:
parent
92ab54282d
commit
953aed236e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue