mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-19 14:10:14 -05:00
Allow layers to select children again, since it breaks examples otherwise.
This commit is contained in:
parent
cf2c1ca04b
commit
e2b48ebf33
1 changed files with 3 additions and 1 deletions
|
@ -24,7 +24,9 @@
|
|||
*/
|
||||
var Layer = Group.extend(/** @lends Layer# */{
|
||||
_class: 'Layer',
|
||||
_selectChildren: false,
|
||||
// Turn on again for now, since examples depend on it.
|
||||
// TODO: Discus with @puckey and come to a conclusion
|
||||
// _selectChildren: false,
|
||||
|
||||
// DOCS: improve constructor code example.
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue