show bulk send message

This commit is contained in:
Pete Matsyburka
2024-03-16 22:18:43 +02:00
parent 0527e6a5c1
commit 265b668cb4
6 changed files with 72 additions and 5 deletions
@@ -28,6 +28,8 @@ export default class extends HTMLElement {
if (textarea && item[field]) {
textarea.value = textarea.value.replace(/[^;,\s]+$/, item[field] + ' ')
textarea.dispatchEvent(new Event('input', { bubbles: true }))
}
})
}