mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-08 00:03:07 +00:00
fix: improve on click behavior of tree view
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<button class="w-full flex flex-row-reverse" on:click={() => (opened = !opened)}>
|
||||
<button class="w-full flex flex-row-reverse">
|
||||
{#if opened}
|
||||
<ChevronUp size={20} />
|
||||
{:else}
|
||||
@@ -121,7 +121,7 @@
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
<div class="w-full flex flex-row-reverse" on:click={() => (opened = !opened)}>
|
||||
<div class="w-full flex flex-row-reverse">
|
||||
{#if opened}
|
||||
<ChevronUp size={20} />
|
||||
{:else}
|
||||
|
||||
Reference in New Issue
Block a user