Skip to content

Commit

Permalink
docs: fix default state to 'true' in IsIdle docs (Closes #147) (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
ckroeper authored Jan 20, 2025
1 parent 732fe0a commit 9e0c024
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/runed/src/lib/utilities/is-idle/is-idle.svelte.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export type IsIdleOptions = ConfigurableDocument &
/**
* Detect document visibility changes
*
* @default true
* @default false
*/
detectVisibilityChanges?: MaybeGetter<boolean>;
/**
Expand Down
2 changes: 1 addition & 1 deletion sites/docs/src/content/utilities/is-idle.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ interface IsIdleOptions {
/**
* Detect document visibility changes
*
* @default true
* @default false
*/
detectVisibilityChanges?: MaybeGetter<boolean>;
/**
Expand Down

0 comments on commit 9e0c024

Please sign in to comment.