Skip to content

Commit

Permalink
#169 Test expanded timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
tdziezykDS committed Dec 19, 2023
1 parent 2f5283d commit 370a2fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/v2-images-grid/v2-images-grid.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const scrollLeft = (el, leftPadding) => {
left: leftPadding,
behavior: 'smooth',
});
}, 1);
}, 3000);
};

const udpateArrowsState = (activeSlideIndex, itemsCount) => {
Expand Down

0 comments on commit 370a2fa

Please sign in to comment.