diff options
| author | Adam <[email protected]> | 2026-01-01 21:02:57 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2026-01-01 21:03:08 -0600 |
| commit | e6ba241045a67912004b813dcdddf639854d5af2 (patch) | |
| tree | f44aef84c4432ec9c18984259e19182ee32218e7 /packages/app/src/components | |
| parent | cd2c160cf6c6012429a97e3541886bf4725dc74e (diff) | |
| download | opencode-e6ba241045a67912004b813dcdddf639854d5af2.tar.gz opencode-e6ba241045a67912004b813dcdddf639854d5af2.zip | |
wip(app): progress
Diffstat (limited to 'packages/app/src/components')
| -rw-r--r-- | packages/app/src/components/prompt-input.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/app/src/components/prompt-input.tsx b/packages/app/src/components/prompt-input.tsx index 967b17606..8d917213a 100644 --- a/packages/app/src/components/prompt-input.tsx +++ b/packages/app/src/components/prompt-input.tsx @@ -1460,7 +1460,7 @@ export const PromptInput: Component<PromptInputProps> = (props) => { </div> </div> </Show> - <Show when={prompt.context.items().length > 0 || !!activeFile()}> + <Show when={false && (prompt.context.items().length > 0 || !!activeFile())}> <div class="flex flex-wrap items-center gap-2 px-3 pt-3"> <Show when={prompt.context.activeTab() ? activeFile() : undefined}> {(path) => ( |
