refactoring
This commit is contained in:
@@ -26,7 +26,7 @@ class Clickable {
|
||||
let forExecute = [];
|
||||
objects.filter(o=>{
|
||||
do {
|
||||
if (o.__locked) return false;
|
||||
if (o.__active === false) return false;
|
||||
o = o.parent;
|
||||
} while (o);
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user