History
@@ -433,7 +485,12 @@
{@const row = graphRows[rowIndex]}
{@const hoverBranchRefs = visibleBranchLabels(row?.branchLabels ?? [])}
{@const otherRefs = visibleRefs(item)}
-
1} class:root-row={item.parents.length === 0} class:tip-row={item.refs.length > 0}>
+ 1}
+ class:root-row={item.parents.length === 0}
+ class:tip-row={item.refs.length > 0}
+ >
{#if row}
{/if}
+
+ {#if contextCommit}
+
+ {/if}
{#if branchDialogOpen}