@egjs/flicking 4.13.1-beta.1 → 4.13.1-beta.2

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.
@@ -4,7 +4,7 @@ name: @egjs/flicking
4
4
  license: MIT
5
5
  author: NAVER Corp.
6
6
  repository: https://github.com/naver/egjs-flicking
7
- version: 4.13.1-beta.1
7
+ version: 4.13.1-beta.2
8
8
  */
9
9
  (function (global, factory) {
10
10
  typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
@@ -7026,9 +7026,12 @@ version: 4.13.1-beta.1
7026
7026
  return __generator(this, function (_a) {
7027
7027
  switch (_a.label) {
7028
7028
  case 0:
7029
+ if (!flicking.initialized) return [3 /*break*/, 2];
7029
7030
  return [4 /*yield*/, flicking.renderer.render()];
7030
7031
  case 1:
7031
7032
  _a.sent();
7033
+ _a.label = 2;
7034
+ case 2:
7032
7035
  return [2 /*return*/];
7033
7036
  }
7034
7037
  });
@@ -13246,7 +13249,7 @@ version: 4.13.1-beta.1
13246
13249
  * Flicking.VERSION; // ex) 4.0.0
13247
13250
  * ```
13248
13251
  */
13249
- Flicking.VERSION = "4.13.1-beta.1";
13252
+ Flicking.VERSION = "4.13.1-beta.2";
13250
13253
  return Flicking;
13251
13254
  }(Component);
13252
13255