Skip to content

Commit

Permalink
fix decor selection bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsPi3141 committed Dec 12, 2024
1 parent 9676a9e commit 551b5f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ const App = ({ ffmpegRef, isServer }) => {
setDescription(decor.description);
setDecoUrl(`/decorations/${decor.file}`);
for (const el of document.querySelectorAll(
"button.decor.border-2.border-primary",
"button.decor.border-primary",
)) {
el.classList.remove("border-primary");
}
Expand Down

0 comments on commit 551b5f7

Please sign in to comment.