fix signature uploading

pull/475/head
Alex Turchyn 7 months ago
parent b0110d9340
commit 86d2cd93f8

@ -599,6 +599,7 @@ export default {
}, },
drawImage (event) { drawImage (event) {
this.remove() this.remove()
this.clear()
this.isSignatureStarted = true this.isSignatureStarted = true
this.drawOnCanvas(event.target.files[0], this.$refs.canvas) this.drawOnCanvas(event.target.files[0], this.$refs.canvas)

Loading…
Cancel
Save