Skip to content

Commit

Permalink
Update tabs.taro.tsx
Browse files Browse the repository at this point in the history
修改格式问题
  • Loading branch information
jqroom authored Aug 23, 2024
1 parent 12d1ef9 commit ff328a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/packages/tabs/tabs.taro.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ export const Tabs: FunctionComponent<Partial<TabsProps>> & {
if (to < 0) return
to = rtl ? -to : to
}

nextTick(() => {
scrollWithAnimation.current = true
})
Expand Down

0 comments on commit ff328a4

Please sign in to comment.