diff --git a/resources/js/components/structures/Branch.vue b/resources/js/components/structures/Branch.vue index 0ebc1c5793..19e40f86d9 100644 --- a/resources/js/components/structures/Branch.vue +++ b/resources/js/components/structures/Branch.vue @@ -22,7 +22,7 @@ v-if="hasChildren" class="p-2 text-gray-600 dark:text-dark-175 hover:text-gray-700 dark:hover:text-dark-150 transition duration-100 outline-none flex" :class="{ '-rotate-90': !isOpen }" - @click="$emit('toggle-open')" + @click.stop="$emit('toggle-open')" >