We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbbe931 commit b07b5a9Copy full SHA for b07b5a9
1 file changed
packages/app/src/components/prompt-input.tsx
@@ -1379,11 +1379,7 @@ export const PromptInput: Component<PromptInputProps> = (props) => {
1379
/>
1380
1381
<div class="flex items-center gap-1 pointer-events-auto">
1382
- <Tooltip
1383
- placement="top"
1384
- inactive={!prompt.dirty() && !working()}
1385
- value={tip()}
1386
- >
+ <Tooltip placement="top" inactive={!prompt.dirty() && !working()} value={tip()}>
1387
<IconButton
1388
data-action="prompt-submit"
1389
type="submit"
0 commit comments