fix signature uploading

This commit is contained in:
Alex Turchyn
2025-03-29 15:44:19 +02:00
parent b0110d9340
commit 86d2cd93f8
@@ -599,6 +599,7 @@ export default {
},
drawImage (event) {
this.remove()
this.clear()
this.isSignatureStarted = true
this.drawOnCanvas(event.target.files[0], this.$refs.canvas)