Skip to content

Commit

Permalink
Issue #640 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jzongker committed Jul 6, 2024
1 parent e655b01 commit 3923329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/components/slide/Slide.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@
<div class="quickEdit" style="font-size: {(-1.1 * $slidesOptions.columns + 12) / 6}em;" data-index={index}>
{#key $refreshListBoxes >= 0 && $refreshListBoxes !== index}
{#if slide.items}
{#each invertedItemList as item, itemIndex}
{#each slide.items as item, itemIndex}
{#if item.lines}
<Editbox {item} ref={{ showId: $activeShow?.id, id: layoutSlide.id }} editIndex={index} index={itemIndex} plain />
{/if}
Expand Down

0 comments on commit 3923329

Please sign in to comment.