Skip to content

Commit d1f1ae0

Browse files
authored
Update tweened.js
1 parent 5220ee7 commit d1f1ae0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/svelte/src/motion/tweened.js

+1
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ export class Tween {
286286
}
287287

288288
set target(v) {
289+
//@ts-ignore
289290
this.set(v);
290291
}
291292
}

0 commit comments

Comments
 (0)