Skip to content

Commit

Permalink
fix signature toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
omohokcoj committed Jun 3, 2024
1 parent 766d653 commit b81cc83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/javascript/submission_form/signature_step.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
id="type_text_button"
href="#"
class="btn btn-outline btn-sm font-medium"
@click.prevent="[toggleTextInput(), showQr()]"
@click.prevent="[toggleTextInput(), hideQr()]"
>
<IconSignature :width="16" />
<span class="hidden sm:inline">
Expand All @@ -45,7 +45,7 @@
id="type_text_button"
href="#"
class="btn btn-outline btn-sm font-medium inline-flex flex-nowrap"
@click.prevent="toggleTextInput"
@click.prevent="[toggleTextInput(), hideQr()]"
>
<IconTextSize :width="16" />
<span class="hidden sm:inline">
Expand Down

0 comments on commit b81cc83

Please sign in to comment.