bugfix
This commit is contained in:
parent
fdf74c528f
commit
6b0e8b7fea
@ -508,7 +508,7 @@ bricks.getWidgetById = function(idset, from_widget){
|
|||||||
if (bricks.Factory.isWidgetType(c, typename)) return c;
|
if (bricks.Factory.isWidgetType(c, typename)) return c;
|
||||||
var sc = get_by_typename(typename, c, downward);
|
var sc = get_by_typename(typename, c, downward);
|
||||||
if (sc) return sc;
|
if (sc) return sc;
|
||||||
}
|
});
|
||||||
console.log('get_by_typename() return null,', typename, fromw, downward)
|
console.log('get_by_typename() return null,', typename, fromw, downward)
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user