fix signature toggle

pull/289/head 1.5.9
Pete Matsyburka 1 year ago
parent 766d653349
commit b81cc83027

@ -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">
@ -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">

Loading…
Cancel
Save