Fix attachments in drafts (#2451)

Signed-off-by: Denis Maslennikov <denis.maslennikov@gmail.com>
This commit is contained in:
Denis Maslennikov
2022-12-20 11:25:45 +07:00
committed by GitHub
parent 12292dbf46
commit 69a229efef
7 changed files with 143 additions and 56 deletions
@@ -142,7 +142,7 @@
</Scroller>
{#if showCommenInput}
<div class="ref-input">
<Component is={chunter.component.CommentInput} props={{ object, shouldUseDraft: true }} />
<Component is={chunter.component.CommentInput} props={{ object, shouldSaveDraft: true }} />
</div>
{/if}
</div>
@@ -164,7 +164,7 @@
</div>
{#if showCommenInput}
<div class="ref-input">
<Component is={chunter.component.CommentInput} props={{ object, shouldUseDraft: true }} />
<Component is={chunter.component.CommentInput} props={{ object, shouldSaveDraft: true }} />
</div>
{/if}
<div class="p-activity select-text" id={activity.string.Activity}>