solved issues when moving tasks

This commit is contained in:
2025-07-31 08:41:40 +02:00
parent bad323b7cc
commit 6b6e5f60bc
4 changed files with 29 additions and 22 deletions

View File

@@ -10,6 +10,6 @@
<ul>
{#each sortedTasks as task}
<ListTask {task} {estimated_time} show_closed={show_closed || task.show_closed} />
<ListTask {task} siblings={tasks} {estimated_time} show_closed={show_closed || task.show_closed} />
{/each}
</ul>