focus on canvas click
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user