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