Skip to content

Commit

Permalink
fix(projects): fix click global-tab in iPad. fixed #624
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Sep 14, 2024
1 parent 60bbd2d commit 04d0564
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/layouts/modules/global-tab/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,7 @@ init();
<template>
<DarkModeContainer class="size-full flex-y-center px-16px shadow-tab">
<div ref="bsWrapper" class="h-full flex-1-hidden">
<BetterScroll
ref="bsScroll"
:options="{ scrollX: true, scrollY: false, click: appStore.isMobile }"
@click="removeFocus"
>
<BetterScroll ref="bsScroll" :options="{ scrollX: true, scrollY: false, click: true }" @click="removeFocus">
<div
ref="tabRef"
class="h-full flex pr-18px"
Expand Down

0 comments on commit 04d0564

Please sign in to comment.