summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDavid Hill <[email protected]>2025-12-15 13:47:50 +0000
committerDavid Hill <[email protected]>2025-12-15 13:47:50 +0000
commitac495bd351f55a6dd36a3906317c6ac1f2313fdc (patch)
treec2e6a13409d245065c06f24363f9d6b7a48f9c62
parentb913eb7acc543ba4eb08af7af601e46ea8db23c5 (diff)
downloadopencode-ac495bd351f55a6dd36a3906317c6ac1f2313fdc.tar.gz
opencode-ac495bd351f55a6dd36a3906317c6ac1f2313fdc.zip
fix: hide prompt input send tooltip when the send button is disabled
-rw-r--r--packages/desktop/src/components/prompt-input.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/desktop/src/components/prompt-input.tsx b/packages/desktop/src/components/prompt-input.tsx
index 3d595840b..e99f89c46 100644
--- a/packages/desktop/src/components/prompt-input.tsx
+++ b/packages/desktop/src/components/prompt-input.tsx
@@ -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()}>