This commit is contained in:
Dean 2023-11-23 18:15:33 +00:00
parent 8cc5eb19e6
commit 22dc6a682b
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@
on:click={() => { on:click={() => {
get(store).actions.select(draggableItem.id) get(store).actions.select(draggableItem.id)
}} }}
on:mousedown={e => { on:mousedown={() => {
get(store).actions.select() get(store).actions.select()
}} }}
bind:this={anchors[draggableItem.id]} bind:this={anchors[draggableItem.id]}