Skip to content

Commit 04d0564

Browse files
committed
fix(projects): fix click global-tab in iPad. fixed #624
1 parent 60bbd2d commit 04d0564

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/layouts/modules/global-tab/index.vue

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -166,11 +166,7 @@ init();
166166
<template>
167167
<DarkModeContainer class="size-full flex-y-center px-16px shadow-tab">
168168
<div ref="bsWrapper" class="h-full flex-1-hidden">
169-
<BetterScroll
170-
ref="bsScroll"
171-
:options="{ scrollX: true, scrollY: false, click: appStore.isMobile }"
172-
@click="removeFocus"
173-
>
169+
<BetterScroll ref="bsScroll" :options="{ scrollX: true, scrollY: false, click: true }" @click="removeFocus">
174170
<div
175171
ref="tabRef"
176172
class="h-full flex pr-18px"

0 commit comments

Comments
 (0)