[Fix] Scroll To Index bug in Scrollable Tabs (#14641)
This commit is contained in:
parent
9c7b69a2cd
commit
99f7788c22
|
@ -139,6 +139,7 @@
|
|||
:shows-horizontal-scroll-indicator false
|
||||
:data data
|
||||
:key-fn (comp str :id)
|
||||
:on-scroll-to-index-failed identity
|
||||
:on-scroll (fn [^js e]
|
||||
(when fade-end?
|
||||
(let [offset-x (oget
|
||||
|
|
Loading…
Reference in New Issue