Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit d6eb9a8

Browse files
doc: update comment
1 parent 60006b3 commit d6eb9a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/deck/deckdeckgo-deck/deckdeckgo-deck.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ export class DeckdeckgoDeck {
251251

252252
await this.doSwipeSlide(deltaX.slider);
253253

254-
// We want to lazy load the next slide images in the background
254+
// We want to lazy load the next slide images
255255
await this.lazyLoadContent(this.activeIndex + 1);
256256

257257
resolve();

0 commit comments

Comments
 (0)