fix: hide prompt input send tooltip when the send button is disabled
parent
bc2d2297bb
commit
ba4cd97d16
|
|
@ -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()}>
|
||||
|
|
|
|||
Loading…
Reference in New Issue