chore: generate

pull/10543/head
GitHub Action 2026-01-24 21:53:51 +00:00
parent aeeb05e4a0
commit faf2609bc5
1 changed files with 1 additions and 1 deletions

View File

@ -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