mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-26 19:44:57 +02:00
Inbox and chat fixes (#6803)
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
-->
|
||||
|
||||
<script lang="ts">
|
||||
import { getClient, MessageViewer } from '@hcengineering/presentation'
|
||||
import { getClient, LiteMessageViewer } from '@hcengineering/presentation'
|
||||
import { Person, type PersonAccount } from '@hcengineering/contact'
|
||||
import {
|
||||
Avatar,
|
||||
@@ -150,7 +150,7 @@
|
||||
<Label label={intlLabel} />
|
||||
{/if}
|
||||
{#if text}
|
||||
<MessageViewer message={text} preview />
|
||||
<LiteMessageViewer message={text} />
|
||||
{/if}
|
||||
</span>
|
||||
{/if}
|
||||
|
||||
+1
@@ -289,6 +289,7 @@
|
||||
border: 1px solid transparent;
|
||||
border-radius: 0.25rem;
|
||||
width: 100%;
|
||||
user-select: text;
|
||||
|
||||
&.clickable {
|
||||
cursor: pointer;
|
||||
|
||||
Reference in New Issue
Block a user