We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bcf3bd commit 5ce15cdCopy full SHA for 5ce15cd
src/packages/tabs/tabs.taro.tsx
@@ -257,6 +257,7 @@ export const Tabs: FunctionComponent<Partial<TabsProps>> & {
257
scrollY={direction === 'vertical'}
258
scrollLeft={scrollLeft}
259
scrollTop={scrollTop}
260
+ enhanced
261
showScrollbar={false}
262
scrollWithAnimation={
263
rtl && Taro.getEnv() !== 'WEB' ? false : scrollWithAnimation.current
0 commit comments