tui: keep patch tool counts visible with long filenames (#18678)

This commit is contained in:
David Hill
2026-03-23 00:45:11 +00:00
committed by GitHub
parent afe9b97274
commit 40e49c5b49
3 changed files with 32 additions and 5 deletions

View File

@@ -174,7 +174,9 @@ export function BasicTool(props: BasicToolProps) {
</Show>
</Show>
</div>
<Show when={!pending() && trigger().action}>{trigger().action}</Show>
<Show when={!pending() && trigger().action}>
<span data-slot="basic-tool-tool-action">{trigger().action}</span>
</Show>
</div>
)}
</Match>