You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@leafer/selector

Package Overview
Dependencies
Maintainers
1
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@leafer/selector - npm Package Compare versions

Comparing version
1.9.1
to
1.9.2
+3
-3
package.json
{
"name": "@leafer/selector",
"version": "1.9.1",
"version": "1.9.2",
"description": "@leafer/selector",

@@ -25,7 +25,7 @@ "author": "Chao (Leafer) Wan",

"dependencies": {
"@leafer/core": "1.9.1"
"@leafer/core": "1.9.2"
},
"devDependencies": {
"@leafer/interface": "1.9.1"
"@leafer/interface": "1.9.2"
}
}

@@ -139,2 +139,3 @@ import { ILeaf, ILeafList, IPointData, IRadiusPointData, IPickResult, IPickOptions, ISelector, IPickBottom, IPicker } from '@leafer/interface'

if (hit || child.__ignoreHitWorld) {
if (child.topChildren) this.eachFind(child.topChildren, false) // 滚动条等覆盖物
this.eachFind(child.children, child.__onlyHitMask)

@@ -141,0 +142,0 @@ if (child.isBranchLeaf) this.hitChild(child, point) // Box / Frame