fix: correct dot prefix display in directory names for RTL text rendering issue #9579 (#9591)

This commit is contained in:
yash
2026-01-21 08:06:41 +05:30
committed by GitHub
parent 65d9e829e7
commit 3723e1b8d2
2 changed files with 2 additions and 2 deletions

View File

@@ -620,7 +620,7 @@ export function SessionTurn(
<div data-slot="session-turn-file-path">
<Show when={diff.file.includes("/")}>
<span data-slot="session-turn-directory">
{getDirectory(diff.file)}&lrm;
{`\u202A${getDirectory(diff.file)}\u202C`}
</span>
</Show>
<span data-slot="session-turn-filename">{getFilename(diff.file)}</span>