found bug: types are not called anymore
This commit is contained in:
parent
d79e3102fc
commit
c9c00b5a08
@ -375,7 +375,7 @@ module.exports = function (Y /* :any */) {
|
||||
}
|
||||
|
||||
// notify parent, if it was instanciated as a custom type
|
||||
if (t != null && opIsDeleted) {
|
||||
if (t != null && !opIsDeleted) {
|
||||
yield* t._changed(transaction, Y.utils.copyObject(op))
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user