fix(app): improve tab handling (#30669)

This commit is contained in:
Brendan Allan 2026-06-05 11:41:30 +08:00 committed by GitHub
commit 5426478e46
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 238 additions and 203 deletions

View file

@ -390,7 +390,6 @@ export const SessionReview = (props: SessionReviewProps) => {
<Accordion multiple value={open()} onChange={handleChange}>
<For each={files()}>
{(file) => {
console.log({ file })
const diff = () => itemsMap()[file]
// binary files have empty diffs that we can't render