diff --git a/src/content/Animations/TargetCursor/TargetCursor.vue b/src/content/Animations/TargetCursor/TargetCursor.vue index 168cc40..9280c88 100644 --- a/src/content/Animations/TargetCursor/TargetCursor.vue +++ b/src/content/Animations/TargetCursor/TargetCursor.vue @@ -35,7 +35,7 @@ const moveCursor = (x: number, y: number) => { }); }; -let cleanupAnimation: () => void = () => { }; +let cleanupAnimation: () => void = () => {}; const setupAnimation = () => { if (!cursorRef.value) return; @@ -336,22 +336,30 @@ watch(