Fix broken board (#1317)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev 2022-04-07 16:02:38 +07:00 committed by GitHub
parent 08efb17a26
commit 424107312d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {