From cbc3dba7b4869c82f87c920e519f334fe9dc9880 Mon Sep 17 00:00:00 2001 From: Rodrigo Vallades Date: Mon, 5 Feb 2024 05:33:43 -0300 Subject: [PATCH] fix: SwiperOptions documentation for loopAddBlankSlides (#7289) --- src/types/swiper-options.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/swiper-options.d.ts b/src/types/swiper-options.d.ts index 10e406dce..d1a2655a3 100644 --- a/src/types/swiper-options.d.ts +++ b/src/types/swiper-options.d.ts @@ -650,7 +650,7 @@ export interface SwiperOptions { * Automatically adds blank slides if you use Grid or `slidesPerGroup` and the total amount of slides is not even to `slidesPerGroup` or to `grid.rows` * * - * @default false + * @default true * */ loopAddBlankSlides?: boolean;