wip(app): progress
This commit is contained in:
parent
cd2c160cf6
commit
e6ba241045
2 changed files with 2 additions and 2 deletions
|
|
@ -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) => (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue