Lint
This commit is contained in:
parent
8cc5eb19e6
commit
22dc6a682b
|
@ -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]}
|
||||
|
|
Loading…
Reference in New Issue