@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
  'use strict';
10
10
 
@@ -2798,9 +2798,12 @@ var Control = /*#__PURE__*/function () {
2798
2798
  return __generator(this, function (_a) {
2799
2799
  switch (_a.label) {
2800
2800
  case 0:
2801
+ if (!flicking.initialized) return [3 /*break*/, 2];
2801
2802
  return [4 /*yield*/, flicking.renderer.render()];
2802
2803
  case 1:
2803
2804
  _a.sent();
2805
+ _a.label = 2;
2806
+ case 2:
2804
2807
  return [2 /*return*/];
2805
2808
  }
2806
2809
  });
@@ -8100,7 +8103,7 @@ var Flicking = /*#__PURE__*/function (_super) {
8100
8103
  * Flicking.VERSION; // ex) 4.0.0
8101
8104
  * ```
8102
8105
  */
8103
- Flicking.VERSION = "4.13.1-beta.1";
8106
+ Flicking.VERSION = "4.13.1-beta.2";
8104
8107
  return Flicking;
8105
8108
  }(Component);
8106
8109