diff --git a/CHANGELOG.md b/CHANGELOG.md index b1dae99ada1b1..0805562c60600 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ ## Bug Fixes: +- Keep Accordion content in DOM by [@aliabid94](https://github.com/aliabid94) in [PR 4070](https://github.com/gradio-app/gradio/pull/4073) - Fixed bug where type hints in functions caused the event handler to crash by [@freddyaboulton](https://github.com/freddyaboulton) in [PR 4068](https://github.com/gradio-app/gradio/pull/4068) - Fix dropdown default value not appearing by [@aliabid94](https://github.com/aliabid94) in [PR 4072](https://github.com/gradio-app/gradio/pull/4072). - Soft theme label color fix by [@aliabid94](https://github.com/aliabid94) in [PR 4070](https://github.com/gradio-app/gradio/pull/4070) diff --git a/js/accordion/src/Accordion.svelte b/js/accordion/src/Accordion.svelte index ad958196eecc0..55f1c84bc35c8 100644 --- a/js/accordion/src/Accordion.svelte +++ b/js/accordion/src/Accordion.svelte @@ -9,9 +9,9 @@ ▼ -{#if open} +
-{/if} +