focus on canvas click

master
Pete Matsyburka 2 months ago
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"

Loading…
Cancel
Save