|
|
|
@ -69,7 +69,7 @@
|
|
|
|
id="expand_form_button"
|
|
|
|
id="expand_form_button"
|
|
|
|
class="btn btn-neutral flex text-white absolute bottom-0 w-full mb-3 expand-form-button text-base"
|
|
|
|
class="btn btn-neutral flex text-white absolute bottom-0 w-full mb-3 expand-form-button text-base"
|
|
|
|
style="width: 96%; margin-left: 2%"
|
|
|
|
style="width: 96%; margin-left: 2%"
|
|
|
|
@click.prevent="[isFormVisible = true, scrollIntoField(currentField)]"
|
|
|
|
@click.prevent="[isFormVisible = true, $nextTick(() => scrollIntoField(currentField))]"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<template v-if="['initials', 'signature'].includes(currentField.type)">
|
|
|
|
<template v-if="['initials', 'signature'].includes(currentField.type)">
|
|
|
|
<IconWritingSign stroke-width="1.5" />
|
|
|
|
<IconWritingSign stroke-width="1.5" />
|
|
|
|
|