mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-26 19:44:57 +02:00
@@ -210,12 +210,9 @@
|
||||
|
||||
async function onMessage (event: CustomEvent) {
|
||||
loading = true
|
||||
try {
|
||||
await createAttachments()
|
||||
dispatch('message', { message: event.detail, attachments: attachments.size })
|
||||
} finally {
|
||||
loading = false
|
||||
}
|
||||
await createAttachments()
|
||||
loading = false
|
||||
dispatch('message', { message: event.detail, attachments: attachments.size })
|
||||
}
|
||||
|
||||
async function onUpdate (event: CustomEvent) {
|
||||
|
||||
Reference in New Issue
Block a user