@leafer-ui/core 1.4.2 → 1.5.1

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/lib/core.esm.js CHANGED
@@ -1240,8 +1240,6 @@ ui$1.__updateHitCanvas = function () {
1240
1240
  h.setStrokeOptions(data);
1241
1241
  };
1242
1242
  ui$1.__hit = function (inner) {
1243
- if (Platform.name === 'miniapp')
1244
- this.__drawHitPath(this.__hitCanvas);
1245
1243
  const data = this.__;
1246
1244
  if (data.__isHitPixel && this.__hitPixel(inner))
1247
1245
  return true;