diff options
| author | GitHub Action <[email protected]> | 2026-01-24 21:53:51 +0000 |
|---|---|---|
| committer | GitHub Action <[email protected]> | 2026-01-24 21:53:51 +0000 |
| commit | faf2609bc5a12378135d2e0c504ea77dd6ab46dc (patch) | |
| tree | ba4cb6fa9a8a35851f82c67a6721ce70cb68fba4 | |
| parent | aeeb05e4a05957db32c549766e29c48bdbb412f4 (diff) | |
| download | opencode-faf2609bc5a12378135d2e0c504ea77dd6ab46dc.tar.gz opencode-faf2609bc5a12378135d2e0c504ea77dd6ab46dc.zip | |
chore: generate
| -rw-r--r-- | packages/app/src/pages/session.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/app/src/pages/session.tsx b/packages/app/src/pages/session.tsx index 0b6153b24..d898e93dc 100644 --- a/packages/app/src/pages/session.tsx +++ b/packages/app/src/pages/session.tsx @@ -1537,7 +1537,7 @@ export default function Page() { }} onClick={autoScroll.handleInteraction} class="relative min-w-0 w-full h-full overflow-y-auto session-scroller" - style={{ "--session-title-height": (info()?.title || info()?.parentID) ? "40px" : "0px" }} + style={{ "--session-title-height": info()?.title || info()?.parentID ? "40px" : "0px" }} > <Show when={info()?.title || info()?.parentID}> <div |
