mirror of
https://github.com/konvajs/konva.git
synced 2026-03-03 16:58:33 +08:00
fix #767
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
// call super constructor
|
||||
Kinetic.Node.call(this, config);
|
||||
|
||||
this.on('shadowColorChange.kinetic shadowBlurChange.kinetic shadowOffsetChange.kinetic shadowOpacityChange.kinetic shadowEnabledChanged.kinetic', _clearHasShadowCache);
|
||||
this.on('shadowColorChange.kinetic shadowBlurChange.kinetic shadowOffsetChange.kinetic shadowOpacityChange.kinetic shadowEnabledChange.kinetic', _clearHasShadowCache);
|
||||
},
|
||||
hasChildren: function() {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user