Commit bb6efbaafc70aa7d276d4a5dd3371bbacbffcc90
Committed by
GitHub

1 parent
8b410220
Update tabs.vue
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/components/tabs/tabs.vue
@@ -7,7 +7,7 @@ | @@ -7,7 +7,7 @@ | ||
7 | tabindex="0" | 7 | tabindex="0" |
8 | ref="navContainer" | 8 | ref="navContainer" |
9 | @keydown="handleTabKeyNavigation" | 9 | @keydown="handleTabKeyNavigation" |
10 | - @keydown.space.prevent="handleTabKeyboardSelect" | 10 | + @keydown.space.prevent="handleTabKeyboardSelect(false)" |
11 | > | 11 | > |
12 | <div ref="navWrap" :class="[prefixCls + '-nav-wrap', scrollable ? prefixCls + '-nav-scrollable' : '']"> | 12 | <div ref="navWrap" :class="[prefixCls + '-nav-wrap', scrollable ? prefixCls + '-nav-scrollable' : '']"> |
13 | <span :class="[prefixCls + '-nav-prev', scrollable ? '' : prefixCls + '-nav-scroll-disabled']" @click="scrollPrev"><Icon type="chevron-left"></Icon></span> | 13 | <span :class="[prefixCls + '-nav-prev', scrollable ? '' : prefixCls + '-nav-scroll-disabled']" @click="scrollPrev"><Icon type="chevron-left"></Icon></span> |