references
This commit is contained in:
@@ -17,14 +17,14 @@
|
||||
}
|
||||
</script>
|
||||
|
||||
<div class="sidebar-header" role="button" tabindex="0" on:click={toggleExpand}>
|
||||
<button class="sidebar-header" tabindex="0" on:click={toggleExpand}>
|
||||
{title}
|
||||
{#if expanded}
|
||||
<Icon icon="circle-chevron-up"></Icon>
|
||||
{:else}
|
||||
<Icon icon="circle-chevron-down"></Icon>
|
||||
{/if}
|
||||
</div>
|
||||
</button>
|
||||
{#if expanded}
|
||||
{#each schemas as aschema}
|
||||
<a class="sidebar-item" class:active={aschema.name === schema?.name}
|
||||
|
||||
Reference in New Issue
Block a user