+
{
+ this.pad.addEventListener('endStroke', () => {
this.isSignatureStarted = true
this.$emit('start')
@@ -421,6 +432,7 @@ export default {
if (this.$refs.textInput) {
this.$refs.textInput.value = ''
+ this.$refs.textInput.focus()
}
},
updateWrittenSignature (e) {