mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-23 03:22:19 +03:00
Fix broken board (#1317)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
parent
08efb17a26
commit
424107312d
@ -172,7 +172,7 @@
|
||||
>
|
||||
<!-- <KanbanCardEmpty label={'Create new application'} /> -->
|
||||
{#each getStateObjects(objects, state, dragCard) as object}
|
||||
<div transition:slideD={{ isDragging }}
|
||||
<div transition:slideD|local={{ isDragging }}
|
||||
class="step-tb75"
|
||||
on:dragover|preventDefault={(evt) => {
|
||||
if (dragCard !== undefined) {
|
||||
|
Loading…
Reference in New Issue
Block a user