mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
Merge branch 'pronebird-patch-2'
This commit is contained in:
commit
dfecf5377f
@ -621,7 +621,7 @@
|
||||
|
||||
if(config) {
|
||||
for(key in config) {
|
||||
if (key === CHILDREN || config[key] instanceof Konva.Node) {
|
||||
if (key === CHILDREN) {
|
||||
|
||||
}
|
||||
else {
|
||||
|
Loading…
Reference in New Issue
Block a user