{#if loadingTimelineValue}
{:else}
startDragging("left")} onblur={stopDragging} onkeydown={(e) => { if (e.key === "ArrowLeft" || e.key == "ArrowRight") { startDragging("left"); } }} style="left: {leftHandlePosition}%;" >
{#each thumbnails as thumbnail, i (i)}
{/each}
startDragging("right")} onblur={stopDragging} onkeydown={(e) => { if (e.key === "ArrowLeft" || e.key == "ArrowRight") { startDragging("right"); } }} style="left: {rightHandlePosition}%;" >
{/if}