AriaFallah / mobx-store

A data store with declarative querying, observable state, and easy undo/redo.
MIT License
282 stars 9 forks source link

Undo/Redo ignores transactions. #41

Closed AriaFallah closed 8 years ago

AriaFallah commented 8 years ago

Can fix this by grouping mutations by the start and end events the spy function catches.

AriaFallah commented 8 years ago

45