Skip to content

Commit b07b5a9

Browse files
chore: generate
1 parent dbbe931 commit b07b5a9

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

packages/app/src/components/prompt-input.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1379,11 +1379,7 @@ export const PromptInput: Component<PromptInputProps> = (props) => {
13791379
/>
13801380

13811381
<div class="flex items-center gap-1 pointer-events-auto">
1382-
<Tooltip
1383-
placement="top"
1384-
inactive={!prompt.dirty() && !working()}
1385-
value={tip()}
1386-
>
1382+
<Tooltip placement="top" inactive={!prompt.dirty() && !working()} value={tip()}>
13871383
<IconButton
13881384
data-action="prompt-submit"
13891385
type="submit"

0 commit comments

Comments
 (0)