1
0
Fork 0
mirror of synced 2024-10-05 20:44:47 +13:00
This commit is contained in:
Dean 2023-11-23 18:15:33 +00:00
parent 8cc5eb19e6
commit 22dc6a682b

View file

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