mirror of
https://github.com/hcengineering/platform.git
synced 2025-06-06 07:46:32 +00:00
Fix blur clear email (#2862)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
parent
fcebe0c3fa
commit
0dcee81ef9
@ -36,7 +36,6 @@
|
|||||||
const notificationClient = NotificationClientImpl.getClient()
|
const notificationClient = NotificationClientImpl.getClient()
|
||||||
let objectId = generateId()
|
let objectId = generateId()
|
||||||
|
|
||||||
let editor: StyledTextEditor
|
|
||||||
let copy: string = ''
|
let copy: string = ''
|
||||||
|
|
||||||
const obj: Data<NewMessage> = {
|
const obj: Data<NewMessage> = {
|
||||||
@ -216,7 +215,7 @@
|
|||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
<div class="input mt-4 clear-mins">
|
<div class="input mt-4 clear-mins">
|
||||||
<StyledTextEditor bind:this={editor} full bind:content={obj.content} maxHeight="panel" on:blur={editor.submit} />
|
<StyledTextEditor full bind:content={obj.content} maxHeight="panel" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</Scroller>
|
</Scroller>
|
||||||
|
@ -62,7 +62,6 @@
|
|||||||
|
|
||||||
const attachmentParentId = generateId()
|
const attachmentParentId = generateId()
|
||||||
|
|
||||||
let editor: StyledTextEditor
|
|
||||||
let subject: string = ''
|
let subject: string = ''
|
||||||
let content: string = ''
|
let content: string = ''
|
||||||
let copy: string = ''
|
let copy: string = ''
|
||||||
@ -320,7 +319,7 @@
|
|||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
<div class="input mt-4 clear-mins">
|
<div class="input mt-4 clear-mins">
|
||||||
<StyledTextEditor bind:this={editor} full bind:content on:blur={editor.submit} />
|
<StyledTextEditor full bind:content />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</Scroller>
|
</Scroller>
|
||||||
|
Loading…
Reference in New Issue
Block a user