fix some tests, implement event classes for types, and re-implement logging

This commit is contained in:
Kevin Jahns
2017-10-22 19:12:50 +02:00
parent 755c9eb16e
commit c92f987496
17 changed files with 235 additions and 259 deletions

View File

@@ -15,7 +15,9 @@ export default class OperationStore extends Tree {
struct = new Constr()
struct._id = id
struct._parent = y
struct._integrate(y)
y.transact(() => {
struct._integrate(y)
})
this.put(struct)
}
return struct