chore: generate

This commit is contained in:
opencode-agent[bot] 2026-03-17 11:15:35 +00:00
parent dbbe931a18
commit b07b5a9b7f

View File

@ -1379,11 +1379,7 @@ export const PromptInput: Component<PromptInputProps> = (props) => {
/>
<div class="flex items-center gap-1 pointer-events-auto">
<Tooltip
placement="top"
inactive={!prompt.dirty() && !working()}
value={tip()}
>
<Tooltip placement="top" inactive={!prompt.dirty() && !working()} value={tip()}>
<IconButton
data-action="prompt-submit"
type="submit"