focus on canvas click

This commit is contained in:
Pete Matsyburka
2025-10-31 10:18:39 +02:00
parent cb66eb1293
commit 5ae479644e
@@ -123,6 +123,11 @@
v-if="!isDrawInitials" v-if="!isDrawInitials"
class="absolute top-0 right-0 left-0 bottom-0" class="absolute top-0 right-0 left-0 bottom-0"
/> />
<label
v-if="!isDrawInitials && !modelValue && !computedPreviousValue"
for="initials_text_input"
class="absolute top-0 right-0 left-0 bottom-0"
/>
<canvas <canvas
v-show="!modelValue && !computedPreviousValue" v-show="!modelValue && !computedPreviousValue"
ref="canvas" ref="canvas"