Jelajahi Sumber

chore: generate

opencode-agent[bot] 3 bulan lalu
induk
melakukan
b14e7451ab

+ 1 - 3
packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx

@@ -1464,9 +1464,7 @@ export function Prompt(props: PromptProps) {
       }),
     }
   })
-  const maxHeight = createMemo(
-    () => tuiConfig.prompt?.max_height ?? Math.max(6, Math.floor(dimensions().height / 3)),
-  )
+  const maxHeight = createMemo(() => tuiConfig.prompt?.max_height ?? Math.max(6, Math.floor(dimensions().height / 3)))
 
   return (
     <>