draw stamp when added

This commit is contained in:
Pete Matsyburka
2023-12-22 16:39:43 +02:00
parent 155c708e4f
commit 59a66bbd16
+1 -1
View File
@@ -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 })
}