mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-13 05:07:43 +02:00
Inbox as popup (#2957)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
@@ -83,6 +83,10 @@
|
||||
_class,
|
||||
{ _id },
|
||||
async (result) => {
|
||||
if (saveTrigger !== undefined) {
|
||||
clearTimeout(saveTrigger)
|
||||
await save()
|
||||
}
|
||||
;[issue] = result
|
||||
title = issue.title
|
||||
description = issue.description
|
||||
@@ -177,7 +181,7 @@
|
||||
{/if}
|
||||
<EditBox bind:value={title} placeholder={tracker.string.IssueTitlePlaceholder} kind="large-style" on:blur={save} />
|
||||
<div class="w-full mt-6">
|
||||
{#key _id}
|
||||
{#key issue._id}
|
||||
<AttachmentStyledBox
|
||||
bind:this={descriptionBox}
|
||||
useAttachmentPreview={true}
|
||||
|
||||
Reference in New Issue
Block a user