mirror of
https://github.com/konvajs/konva.git
synced 2025-09-19 10:47:59 +08:00
Merge branch 'fix-listening' of git://github.com/kzhdev/KineticJS into kzhdev-fix-listening
This commit is contained in:
@@ -10,7 +10,10 @@
|
||||
if (type !== 'Group' && type !== 'Shape') {
|
||||
Kinetic.Util.error('You may only add groups and shapes to groups.');
|
||||
}
|
||||
}
|
||||
},
|
||||
shouldDrawHit: function() {
|
||||
return true;
|
||||
},
|
||||
});
|
||||
Kinetic.Util.extend(Kinetic.Group, Kinetic.Container);
|
||||
|
||||
|
Reference in New Issue
Block a user