fix: hide prompt input send tooltip when the send button is disabled

thinking-toggle-wip
David Hill 2025-12-15 13:47:50 +00:00 committed by Aiden Cline
parent bc2d2297bb
commit ba4cd97d16
1 changed files with 1 additions and 0 deletions

View File

@ -627,6 +627,7 @@ export const PromptInput: Component<PromptInputProps> = (props) => {
</div>
<Tooltip
placement="top"
inactive={!session.prompt.dirty() && !session.working()}
value={
<Switch>
<Match when={session.working()}>