fix typed signature field

This commit is contained in:
Pete Matsyburka
2024-02-16 18:22:40 +02:00
parent 74634ba96b
commit bdc30db2dc
2 changed files with 4 additions and 4 deletions
@@ -8,7 +8,7 @@
<span
v-if="isDrawInitials"
class="tooltip"
:data-tip="t('type_initials')"
:data-tip="t('type_initial')"
>
<a
id="type_text_button"
@@ -231,7 +231,7 @@ export default {
}
},
updateWrittenInitials (e) {
this.isInitialsStarted = true
this.isInitialsStarted = !!e.target.value
const canvas = this.$refs.canvas
const context = canvas.getContext('2d')