mirror of
https://github.com/hcengineering/platform.git
synced 2025-06-06 07:46:32 +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()
|
||||
</script>
|
||||
|
||||
{#each categories as category, i}
|
||||
{#each categories as category, i (category)}
|
||||
{@const items = groupedDocs[category] ?? []}
|
||||
{#key category}
|
||||
<ListCategory
|
||||
{elementByIndex}
|
||||
{indexById}
|
||||
@ -164,5 +163,4 @@
|
||||
{listDiv}
|
||||
bind:dragItem
|
||||
/>
|
||||
{/key}
|
||||
{/each}
|
||||
|
Loading…
Reference in New Issue
Block a user