mirror of
https://github.com/konvajs/konva.git
synced 2025-09-23 12:43:42 +08:00
all kinetic specific listeners now have the kinetic namespace. off no longer removes listeners with a kinetic namespace, unless you force remove it via .kinetic
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
this.className = LABEL;
|
||||
Kinetic.Group.call(this, config);
|
||||
|
||||
this.on('add', function(evt) {
|
||||
this.on('add.kinetic', function(evt) {
|
||||
that._addListeners(evt.child);
|
||||
that._sync();
|
||||
});
|
||||
|
Reference in New Issue
Block a user