{#if dragState.isDragging}
{#if tagData}
{tagData.name}
{:else if dragState.activeDrag}
{dragState.activeDrag.type}
{/if}
{/if}