@galacean/engine-ui 1.4.11 → 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/browser.js CHANGED
@@ -2954,7 +2954,6 @@
2954
2954
  var draggedPath = this._draggedPath;
2955
2955
  if (draggedPath.length > 0) {
2956
2956
  this._bubble(draggedPath, pointer, this._fireDrag);
2957
- draggedPath.length = 0;
2958
2957
  }
2959
2958
  };
2960
2959
  _proto.processDown = function processDown(pointer) {