Explorar el Código

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

Dax hace 3 meses
padre
commit
c4aa049042
Se han modificado 1 ficheros con 1 adiciones y 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 (
   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>