fix: hide prompt input send tooltip when the send button is disabled
This commit is contained in:
parent
bc2d2297bb
commit
ba4cd97d16
1 changed files with 1 additions and 0 deletions
|
|
@ -627,6 +627,7 @@ export const PromptInput: Component<PromptInputProps> = (props) => {
|
||||||
</div>
|
</div>
|
||||||
<Tooltip
|
<Tooltip
|
||||||
placement="top"
|
placement="top"
|
||||||
|
inactive={!session.prompt.dirty() && !session.working()}
|
||||||
value={
|
value={
|
||||||
<Switch>
|
<Switch>
|
||||||
<Match when={session.working()}>
|
<Match when={session.working()}>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue