Skip to content

Commit

Permalink
fix: use false as default value for DISABLE_ANIMATIONS_KEY
Browse files Browse the repository at this point in the history
  • Loading branch information
diegopf committed May 2, 2024
1 parent 55a023d commit 8fd374f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default class DisableAnimationMixin extends Vue {
*
* @public
*/
@Inject(DISABLE_ANIMATIONS_KEY as string)
@Inject({ from: DISABLE_ANIMATIONS_KEY as string, default: false })
public disableAnimation!: boolean;

/**
Expand Down

0 comments on commit 8fd374f

Please sign in to comment.