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