Skip to content

Commit

Permalink
Merge pull request #30 from will-moore/showSliceControls_fix
Browse files Browse the repository at this point in the history
fix use of showSliceControls
  • Loading branch information
will-moore committed Jan 31, 2024
2 parents 7403f46 + ac19915 commit bda290d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
</select>
{/each}

{#if showChunks}
{#if showChunks && showSliceControls}
<div class="sliceControls">
Slice chunk to 2D:
{#each chunkSlice.slice(0, -2) as cc, dim}
Expand Down

0 comments on commit bda290d

Please sign in to comment.