Skip to content

Commit

Permalink
fix(tabs): showBottomLine为false时,内容自动向中间滑动
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaikai committed Jan 13, 2024
1 parent 9f781dd commit d67670c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tabs/tabs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export default class Tabs extends SuperComponent {
},

async setTrack() {
if (!this.properties.showBottomLine) return;
// if (!this.properties.showBottomLine) return;
const { children } = this;
if (!children) return;
const { currentIndex } = this.data;
Expand Down

0 comments on commit d67670c

Please sign in to comment.