Skip to content

Commit

Permalink
Fixed back button disable logic. Closes #74.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alvi Khan committed Mar 7, 2023
1 parent ab004ce commit 6b0eb86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AnnotationPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
class="q-mx-md"
outline
@click="backOneSentence"
:disabled="!annotations.length"
:disabled="currentIndex == 0"
label="Back"
/>
<q-btn
Expand Down

0 comments on commit 6b0eb86

Please sign in to comment.