@galacean/engine-ui 1.4.5 → 1.4.6

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/dist/module.js CHANGED
@@ -867,7 +867,7 @@ UIRenderer = __decorate([
867
867
  };
868
868
  /**
869
869
  * Remove all transitions.
870
- */ _proto.clearShapes = function clearShapes() {
870
+ */ _proto.clearTransitions = function clearTransitions() {
871
871
  var transitions = this._transitions;
872
872
  for(var i = 0, n = transitions.length; i < n; i++){
873
873
  transitions[i]._interactive = null;