Skip to content

Commit d473d60

Browse files
Le-CaignecCopilot
andauthored
Update src/components/CLIDemo.vue
Co-authored-by: Copilot <[email protected]>
1 parent 7cf38f4 commit d473d60

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/CLIDemo.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,8 @@ const typedAnswers = ref<Record<number, string>>({});
218218
219219
// Timers
220220
let animationTimer: NodeJS.Timeout | null = null;
221-
let typingTimer: NodeJS.Timeout | null = null;
221+
let animationTimer: number | null = null;
222+
let typingTimer: number | null = null;
222223
223224
// Typing animation
224225
const typeText = (text: string, stepIndex: number, onComplete?: () => void) => {

0 commit comments

Comments
 (0)