clear canvas on signature toggle

pull/217/head
Pete Matsyburka 2 years ago
parent 4b2f9ff306
commit f3e8889710

@ -265,6 +265,7 @@ export default {
},
toggleTextInput () {
this.remove()
this.clear()
this.isTextSignature = !this.isTextSignature
if (this.isTextSignature) {

Loading…
Cancel
Save