Skip to content

Commit

Permalink
feat: use button tag for comment-scroll-arrow component
Browse files Browse the repository at this point in the history
  • Loading branch information
Konfuze authored and Artem Korsunov committed Nov 18, 2024
1 parent 3d5154e commit 8ab7275
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions frontend/static/js/components/CommentScrollArrow.vue
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<template>
<span
<button
class="comment-scroll-arrow"
:class="{
'arrow-up': arrowDirection === 'Up'
}"
@click.prevent="onArrowClickHandler"
>
</span>
></button>
</template>

<script>
Expand Down

0 comments on commit 8ab7275

Please sign in to comment.