mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-19 06:47:12 +00:00
List category collapse fix (#2626)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
parent
351e10817b
commit
32f1f80d5f
@ -122,9 +122,8 @@
|
|||||||
const dispatch = createEventDispatcher()
|
const dispatch = createEventDispatcher()
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
{#each categories as category, i}
|
{#each categories as category, i (category)}
|
||||||
{@const items = groupedDocs[category] ?? []}
|
{@const items = groupedDocs[category] ?? []}
|
||||||
{#key category}
|
|
||||||
<ListCategory
|
<ListCategory
|
||||||
{elementByIndex}
|
{elementByIndex}
|
||||||
{indexById}
|
{indexById}
|
||||||
@ -164,5 +163,4 @@
|
|||||||
{listDiv}
|
{listDiv}
|
||||||
bind:dragItem
|
bind:dragItem
|
||||||
/>
|
/>
|
||||||
{/key}
|
|
||||||
{/each}
|
{/each}
|
||||||
|
Loading…
Reference in New Issue
Block a user