Skip to content

Commit c7c7e6e

Browse files
committed
fix: options
1 parent 9e25a97 commit c7c7e6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/main.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ function draggy({ target, ...options }: Options) {
3030
delay: 100,
3131
lastMove: -1,
3232
options: {
33-
...options,
3433
optimistic: true,
3534
direction: "vertical",
3635
placement: "any",
36+
...options,
3737
},
3838
};
3939

0 commit comments

Comments
 (0)