mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 11:42:30 +03:00
Close subissue creation when click to subissue in list (#2424)
Signed-off-by: Anton Brechka <anton.brechka@xored.com>
This commit is contained in:
parent
c46e9605f7
commit
8436d226ea
@ -95,7 +95,13 @@
|
||||
<ExpandCollapse isExpanded={!isCollapsed} duration={400}>
|
||||
{#if hasSubIssues}
|
||||
<div class="list" class:collapsed={isCollapsed}>
|
||||
<SubIssueList issues={subIssues} {issueStatuses} {teams} on:move={handleIssueSwap} />
|
||||
<SubIssueList
|
||||
issues={subIssues}
|
||||
{issueStatuses}
|
||||
{teams}
|
||||
on:issue-focus={() => (isCreating = false)}
|
||||
on:move={handleIssueSwap}
|
||||
/>
|
||||
</div>
|
||||
{/if}
|
||||
</ExpandCollapse>
|
||||
|
Loading…
Reference in New Issue
Block a user