We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bd1e59 commit 223ba47Copy full SHA for 223ba47
src/lib/components/Accordion.svelte
@@ -14,7 +14,7 @@
14
contentEl.style.display = inputEl.checked ? 'block' : 'none';
15
});
16
17
- function toggleContent(event) {
+ function toggleContent() {
18
if (inputEl.checked) {
19
contentEl.style.display = 'block';
20
contentEl.style.maxHeight = '0px';
0 commit comments