mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
fix(app): types
This commit is contained in:
parent
4d2696e027
commit
a9e757b5bb
@ -2184,7 +2184,7 @@ export default function Page() {
|
||||
<Tabs value={activeTab()} onChange={openTab}>
|
||||
<div class="sticky top-0 shrink-0 flex">
|
||||
<Tabs.List
|
||||
ref={(el) => {
|
||||
ref={(el: HTMLDivElement) => {
|
||||
let scrollTimeout: number | undefined
|
||||
let prevScrollWidth = el.scrollWidth
|
||||
let prevContextOpen = contextOpen()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user