Skip to content

Commit

Permalink
Update resources/js/composables/photo/slideshow.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Benoît Viguier <[email protected]>
  • Loading branch information
sancsin and ildyria authored Jan 18, 2025
1 parent 8176274 commit c364e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/composables/photo/slideshow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export function useSlideshowFunction(

/**
* If immediate is true and slideshow is not active then we need to get
* the next photo immediatel
* the next photo immediately
*/
if (immediate && is_slideshow_active.value == false) {
getNext();
Expand Down

0 comments on commit c364e62

Please sign in to comment.