draw stamp when added

pull/217/head
Pete Matsyburka 2 years ago
parent 155c708e4f
commit 59a66bbd16

@ -273,7 +273,7 @@ export default {
this.fields.push(field)
if (['signature', 'initials', 'cells'].includes(type)) {
if (['signature', 'initials', 'cells', 'stamp'].includes(type)) {
this.$emit('set-draw', { field })
}

Loading…
Cancel
Save