Explorar o código

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

Dax hai 2 meses
pai
achega
c4aa049042
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/tui/src/ui/dialog-select.tsx

+ 1 - 1
packages/tui/src/ui/dialog-select.tsx

@@ -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>