toggle signature box

pull/608/head
Julie Graceffa 2 months ago
parent de93f045d5
commit 607690be18

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

Loading…
Cancel
Save