fix(tui): let gutter replace current marker (#31586)

This commit is contained in:
Dax
2026-06-09 21:07:11 -04:00
committed by GitHub
parent 1d46b5c33c
commit c4aa049042
+1 -1
View File
@@ -669,7 +669,7 @@ function Option(props: {
return (
<>
<Show when={props.current}>
<Show when={props.current && !props.gutter}>
<text flexShrink={0} fg={text()} marginRight={0}>
</text>