Merge pull request #48 from CareerPlug/CP-12314-signature-box-toggle

CP-12314 / toggle signature box
pull/608/head
Julie Graceffa 2 months ago committed by GitHub
commit 5266480b00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -162,9 +162,9 @@
class="absolute top-0 right-0 left-0 bottom-0"
/>
<canvas
v-show="!modelValue && !computedPreviousValue"
v-show="!modelValue && !computedPreviousValue && !isTextSignature"
ref="canvas"
style="padding: 1px; 0"
style="padding: 1px 0"
class="bg-white border border-base-300 rounded-2xl w-full draw-canvas"
/>
<div

Loading…
Cancel
Save