dont let dax touch the ui (#16060)
This commit is contained in:
@@ -1878,8 +1878,10 @@ function Read(props: ToolProps<typeof ReadTool>) {
|
|||||||
</InlineTool>
|
</InlineTool>
|
||||||
<For each={loaded()}>
|
<For each={loaded()}>
|
||||||
{(filepath) => (
|
{(filepath) => (
|
||||||
<box paddingLeft={5}>
|
<box paddingLeft={3}>
|
||||||
<text fg={theme.textMuted}>⤷ Loaded {normalizePath(filepath)}</text>
|
<text paddingLeft={3} fg={theme.textMuted}>
|
||||||
|
↳ Loaded {normalizePath(filepath)}
|
||||||
|
</text>
|
||||||
</box>
|
</box>
|
||||||
)}
|
)}
|
||||||
</For>
|
</For>
|
||||||
|
|||||||
Reference in New Issue
Block a user