mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-05 16:02:19 +00:00
fix(app): types
This commit is contained in:
parent
4d2696e027
commit
a9e757b5bb
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue