Skip to content

Commit

Permalink
fix: dropdown arrow doesnt bug on game switch
Browse files Browse the repository at this point in the history
  • Loading branch information
Tormak9970 committed May 7, 2023
1 parent 10a9bbb commit 49f8992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/interactables/DropDown.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
if (element == selectedOptions[i]) {
sameAsSelected.push(i);
} else {
selectedOptions[i].classList.remove("select-arrow-active");
active = false;
}
}
Expand Down

0 comments on commit 49f8992

Please sign in to comment.