keydown(e)} />
Last clicked: {clicked.join(' | ')}
Double click na node otevře detail. Po kliknutí na label se zobrazí možnost rotace. Držením pravého tlačítka je možné udělat skupinový výběr.

Toolbox

Repulsion force:
{#if clicked.length > 0 && getTask(clicked[clicked.length - 1])?.type == 'label'}
Úhel rotace:
{/if}
{#if currentTask != null}

{currentTask.id}

{nonNull(currentTask).comment}
    {#each getCategories(tasks, currentTask.id) as cat}
  • {cat}
  • {/each}
{:else}

Nothing selected...

{/if}