@creative-web-solution/front-library 7.1.38 → 7.1.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/Modules/DragSlider.ts +1 -1
- package/Modules/Slider/SliderControls.ts +4 -0
- package/README.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/Modules/DragSlider.ts
CHANGED
|
@@ -388,6 +388,10 @@ export default class SliderControls {
|
|
|
388
388
|
|
|
389
389
|
clearTimeout( this.#autoslideTimeoutId );
|
|
390
390
|
|
|
391
|
+
if (!currentSlide) {
|
|
392
|
+
return;
|
|
393
|
+
}
|
|
394
|
+
|
|
391
395
|
this.#autoslideTimeoutId = setTimeout(
|
|
392
396
|
this.#makeAutoslide,
|
|
393
397
|
( currentSlide.delay as number || this.#options.autoslide as number ) * 1000
|
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@creative-web-solution/front-library",
|
|
3
3
|
"title": "Frontend library",
|
|
4
4
|
"description": "Frontend functions and modules",
|
|
5
|
-
"version": "7.1.
|
|
5
|
+
"version": "7.1.40",
|
|
6
6
|
"homepage": "https://github.com/creative-web-solution/front-library",
|
|
7
7
|
"author": "Creative Web Solution <contact@cws-studio.com> (https://www.cws-studio.com)",
|
|
8
8
|
"keywords": [],
|