disable draw when type

pull/382/head
Pete Matsyburka 1 year ago
parent fb2b3d44fe
commit ae76c2a4a8

@ -145,6 +145,10 @@
{{ t('clear') }}
</a>
</div>
<div
v-if="isTextSignature"
class="absolute top-0 right-0 left-0 bottom-0"
/>
<canvas
v-show="!modelValue && !computedPreviousValue"
ref="canvas"

Loading…
Cancel
Save