fix some tests, implement event classes for types, and re-implement logging
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user