generate pdfs from images

This commit is contained in:
Alex Turchyn
2023-06-22 01:31:39 +03:00
parent 1da67011c4
commit 92e05ae8e9
5 changed files with 127 additions and 43 deletions
+2 -2
View File
@@ -191,7 +191,7 @@
:field="currentField"
:attachments-index="attachmentsIndex"
:submitter-slug="submitterSlug"
@attached="attachments.push($event)"
@attached="[attachments.push($event), $refs.areas.scrollIntoField(currentField)]"
/>
<SignatureStep
v-else-if="currentField.type === 'signature'"
@@ -208,7 +208,7 @@
:field="currentField"
:attachments-index="attachmentsIndex"
:submitter-slug="submitterSlug"
@attached="attachments.push($event)"
@attached="[attachments.push($event), $refs.areas.scrollIntoField(currentField)]"
/>
</div>
<div class="mt-8">