@galacean/engine-ui 1.4.10 → 1.4.12

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
@@ -2950,7 +2950,6 @@ var UIPointerEventEmitter = /*#__PURE__*/ function(PointerEventEmitter1) {
2950
2950
  var draggedPath = this._draggedPath;
2951
2951
  if (draggedPath.length > 0) {
2952
2952
  this._bubble(draggedPath, pointer, this._fireDrag);
2953
- draggedPath.length = 0;
2954
2953
  }
2955
2954
  };
2956
2955
  _proto.processDown = function processDown(pointer) {