mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-21 18:26:09 +00:00
fix(tui): let gutter replace current marker (#31586)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user