Skip to content

Commit

Permalink
fix(Tab): isTouchable use slide tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
myronliu347 committed Sep 4, 2019
1 parent b566d7a commit 7de99ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tab/tab.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ export default class Tab extends Component {
rtl,
animation,
activeKey,
excessMode: isTouchable ? 'dropdown' : excessMode,
excessMode: isTouchable ? 'slide' : excessMode,
extra,
tabs,
tabPosition,
Expand Down

0 comments on commit 7de99ca

Please sign in to comment.