Skip to content

Commit 223ba47

Browse files
committed
better
1 parent 0bd1e59 commit 223ba47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/Accordion.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
contentEl.style.display = inputEl.checked ? 'block' : 'none';
1515
});
1616
17-
function toggleContent(event) {
17+
function toggleContent() {
1818
if (inputEl.checked) {
1919
contentEl.style.display = 'block';
2020
contentEl.style.maxHeight = '0px';

0 commit comments

Comments
 (0)