Skip to content

Commit

Permalink
Sequencing command form builder css gutter fix (#1533)
Browse files Browse the repository at this point in the history
Only show command form builder gutter if needed
  • Loading branch information
AaronPlave authored Nov 5, 2024
1 parent 953b7ca commit 1e0ffdc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/sequencing/SequenceEditor.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -534,9 +534,8 @@
{/if}
</CssGrid>

<CssGridGutter track={1} type="column" />

{#if showCommandFormBuilder}
<CssGridGutter track={1} type="column" />
{#if !!commandDictionary && !!selectedNode}
<SelectedCommand
node={selectedNode}
Expand Down

0 comments on commit 1e0ffdc

Please sign in to comment.