mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-18 10:44:33 +08:00
Keep hidden Accordion content in DOM (#4073)
* changes * changes --------- Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
This commit is contained in:
parent
b66ecff671
commit
4c314c3d88
@ -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)
|
||||
|
@ -9,9 +9,9 @@
|
||||
▼
|
||||
</span>
|
||||
</div>
|
||||
{#if open}
|
||||
<div style:display={open ? "block" : "none"}>
|
||||
<slot />
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
<style>
|
||||
span {
|
||||
|
Loading…
Reference in New Issue
Block a user