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