Commit bb6efbaafc70aa7d276d4a5dd3371bbacbffcc90

Authored by Aresn
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 tabindex="0"
8 8 ref="navContainer"
9 9 @keydown="handleTabKeyNavigation"
10   - @keydown.space.prevent="handleTabKeyboardSelect"
  10 + @keydown.space.prevent="handleTabKeyboardSelect(false)"
11 11 >
12 12 <div ref="navWrap" :class="[prefixCls + '-nav-wrap', scrollable ? prefixCls + '-nav-scrollable' : '']">
13 13 <span :class="[prefixCls + '-nav-prev', scrollable ? '' : prefixCls + '-nav-scroll-disabled']" @click="scrollPrev"><Icon type="chevron-left"></Icon></span>
... ...