fixed bug in manual pick
This commit is contained in:
@@ -470,7 +470,7 @@ export default {
|
|||||||
const y = bounds.yMax - (yClick / rect.height) * h;
|
const y = bounds.yMax - (yClick / rect.height) * h;
|
||||||
|
|
||||||
const check = IK.checkWorkspace(x, y);
|
const check = IK.checkWorkspace(x, y);
|
||||||
if (!check.valid) {
|
if (!check.ok) {
|
||||||
UI.log(check.reason, 'warning');
|
UI.log(check.reason, 'warning');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user