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.
2 parents 84906f3 + e624b24 commit 00413abCopy full SHA for 00413ab
index.js
@@ -138,7 +138,6 @@ export class AbstractSlickCarousel extends WebPluginInterface {
138
} else {
139
if (this.firstInitialize) {
140
this._setup();
141
- this.firstInitialize = false;
142
this._beforeInitialize();
143
}
144
@@ -147,6 +146,7 @@ export class AbstractSlickCarousel extends WebPluginInterface {
147
146
148
149
this._afterInitialize();
+ this.firstInitialize = false;
150
151
152
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "web-plugin-abstract-slick-carousel",
3
- "version": "3.0.1",
+ "version": "3.0.2",
4
"description": "",
5
"main": "index.js",
6
"scripts": {
0 commit comments