Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-04-06 06:19:03 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-04-06 06:19:03 +0300
commit975e98bc4b507e8d11e116dad72e0a3f2ecf7a88 (patch)
treef97288503cf56817e5e1c0f5e33a9829c0caa79c /app/assets/javascripts
parentd39c778244590f478537df87ed01dde2705350a8 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts')
-rw-r--r--app/assets/javascripts/super_sidebar/components/pinned_section.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/super_sidebar/components/pinned_section.vue b/app/assets/javascripts/super_sidebar/components/pinned_section.vue
index 34aeae26d1f..34b7d95322e 100644
--- a/app/assets/javascripts/super_sidebar/components/pinned_section.vue
+++ b/app/assets/javascripts/super_sidebar/components/pinned_section.vue
@@ -61,7 +61,7 @@ export default {
<a
href="#"
class="gl-rounded-base gl-relative gl-display-flex gl-align-items-center gl-py-3 gl-px-0 gl-line-height-normal gl-text-black-normal! gl-hover-bg-t-gray-a-08 gl-text-decoration-none!"
- @click="expanded = !expanded"
+ @click.prevent="expanded = !expanded"
>
<div class="gl-flex-shrink-0 gl-w-6 gl-mx-3">
<gl-icon name="thumbtack" class="gl-ml-2" />