Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit ac495bd

Browse files
committed
fix: hide prompt input send tooltip when the send button is disabled
1 parent b913eb7 commit ac495bd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -627,6 +627,7 @@ export const PromptInput: Component<PromptInputProps> = (props) => {
627627
</div>
628628
<Tooltip
629629
placement="top"
630+
inactive={!session.prompt.dirty() && !session.working()}
630631
value={
631632
<Switch>
632633
<Match when={session.working()}>

0 commit comments

Comments
 (0)