@egjs/flicking 4.14.0 → 4.14.1-beta.0

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