fix(tui): let gutter replace current marker (#31586)
This commit is contained in:
@@ -669,7 +669,7 @@ function Option(props: {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Show when={props.current}>
|
<Show when={props.current && !props.gutter}>
|
||||||
<text flexShrink={0} fg={text()} marginRight={0}>
|
<text flexShrink={0} fg={text()} marginRight={0}>
|
||||||
●
|
●
|
||||||
</text>
|
</text>
|
||||||
|
|||||||
Reference in New Issue
Block a user