@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.cjs +0 -2
- package/lib/core.cjs.map +1 -1
- package/lib/core.esm.js +0 -2
- package/lib/core.esm.js.map +1 -1
- package/lib/core.esm.min.js +1 -1
- package/lib/core.esm.min.js.map +1 -1
- package/lib/core.min.cjs +1 -1
- package/lib/core.min.cjs.map +1 -1
- package/package.json +6 -6
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;
|