@visactor/react-vchart 2.0.22-alpha.3 → 2.0.22-alpha.4
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.
- package/build/index.js +2 -1
- package/build/index.min.js +1 -1
- package/package.json +5 -5
package/build/index.js
CHANGED
|
@@ -52151,7 +52151,8 @@
|
|
|
52151
52151
|
}]);
|
|
52152
52152
|
}
|
|
52153
52153
|
_reSetRenderState() {
|
|
52154
|
-
|
|
52154
|
+
var _a, _b;
|
|
52155
|
+
this._renderState = RenderStateEnum.render, null === (_b = null === (_a = this.getStage()) || void 0 === _a ? void 0 : _a.eventSystem) || void 0 === _b || _b.resumeTriggerEvent();
|
|
52155
52156
|
}
|
|
52156
52157
|
};
|
|
52157
52158
|
VChart$1.InstanceManager = InstanceManager, VChart$1.ThemeManager = ThemeManager, VChart$1.globalConfig = {
|