We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0463c9c commit 4b6ed5cCopy full SHA for 4b6ed5c
packages/mdx/src/mdx-client/slideshow.tsx
@@ -92,10 +92,7 @@ export function Slideshow({
92
// If autoplay is enabled, and we are not at the end of the slides, move to the next slide
93
if (autoPlay && !atSlideshowEnd) {
94
const autoSlide = setTimeout(
95
- () => {
96
- slideNext();
97
- console.log('next');
98
- },
+ () => slideNext(),
99
autoPlay
100
);
101
0 commit comments