Improved logging of clone() in case of acceptedInstances.
This commit is contained in:
parent
75838e5d8e
commit
f4d2785425
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ function clone(item, full) {
|
|||
|
||||
// check if item is accepted to get cloned
|
||||
if (itemType && !_.contains(acceptedInstances, itemType)) {
|
||||
console.log('no acceptedInstances', itemType)
|
||||
console.log('no acceptedInstances', itemType, item)
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue