mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-10 03:37:43 +02:00
TSK-1046 Gmail/telegram messages collaborators TSK-1097 Inbox scroll (#2928)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
|
||||
export let _id: Ref<Contact>
|
||||
export let _class: Ref<Class<Contact>>
|
||||
export let embedded = false
|
||||
export let message: Message | undefined = undefined
|
||||
|
||||
let object: Contact
|
||||
@@ -112,6 +113,7 @@
|
||||
isHeader={true}
|
||||
isAside={false}
|
||||
isFullSize
|
||||
{embedded}
|
||||
on:fullsize
|
||||
on:close={() => {
|
||||
dispatch('close')
|
||||
|
||||
@@ -29,4 +29,4 @@
|
||||
}
|
||||
</script>
|
||||
|
||||
<span class="over-underline overflow-label max-w-80" on:click={click}>{value.subject}</span>
|
||||
<span class="over-underline overflow-label" on:click={click}>{value.subject}</span>
|
||||
|
||||
Reference in New Issue
Block a user