Skip to content

Commit 5ce15cd

Browse files
authored
fix(tabs): 修复意外地出现了滚动条 (#2912)
1 parent 9bcf3bd commit 5ce15cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/packages/tabs/tabs.taro.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ export const Tabs: FunctionComponent<Partial<TabsProps>> & {
257257
scrollY={direction === 'vertical'}
258258
scrollLeft={scrollLeft}
259259
scrollTop={scrollTop}
260+
enhanced
260261
showScrollbar={false}
261262
scrollWithAnimation={
262263
rtl && Taro.getEnv() !== 'WEB' ? false : scrollWithAnimation.current

0 commit comments

Comments
 (0)