Skip to content
Snippets Groups Projects
Commit c9c00b5a authored by Kevin Jahns's avatar Kevin Jahns
Browse files

found bug: types are not called anymore

parent d79e3102
No related branches found
No related tags found
No related merge requests found
...@@ -375,7 +375,7 @@ module.exports = function (Y /* :any */) { ...@@ -375,7 +375,7 @@ module.exports = function (Y /* :any */) {
} }
// notify parent, if it was instanciated as a custom type // 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)) yield* t._changed(transaction, Y.utils.copyObject(op))
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment