fix(tui): let gutter replace current marker (#31586)
This commit is contained in:
parent
1d46b5c33c
commit
c4aa049042
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user