mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-30 04:05:39 +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()
|
||||
let objectId = generateId()
|
||||
|
||||
let editor: StyledTextEditor
|
||||
let copy: string = ''
|
||||
|
||||
const obj: Data<NewMessage> = {
|
||||
@ -216,7 +215,7 @@
|
||||
</div>
|
||||
{/if}
|
||||
<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>
|
||||
</Scroller>
|
||||
|
@ -62,7 +62,6 @@
|
||||
|
||||
const attachmentParentId = generateId()
|
||||
|
||||
let editor: StyledTextEditor
|
||||
let subject: string = ''
|
||||
let content: string = ''
|
||||
let copy: string = ''
|
||||
@ -320,7 +319,7 @@
|
||||
</div>
|
||||
{/if}
|
||||
<div class="input mt-4 clear-mins">
|
||||
<StyledTextEditor bind:this={editor} full bind:content on:blur={editor.submit} />
|
||||
<StyledTextEditor full bind:content />
|
||||
</div>
|
||||
</div>
|
||||
</Scroller>
|
||||
|
Loading…
Reference in New Issue
Block a user