disable draw when type

This commit is contained in:
Pete Matsyburka
2024-10-31 16:43:43 +02:00
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"