yapplabs / ember-buffered-proxy

An Ember Proxy the enables change buffering
MIT License
166 stars 31 forks source link

When discardingChanges for a key, value changes wasn't getting trigge… #39

Closed maharjans closed 2 years ago

maharjans commented 6 years ago

When discarding Changes for a key, value changes wasn't getting triggered because the the key is deleted from the buffer before we go into the logic that triggers change.

Example attached. navigate to localhost:4200/home

fsmanuel commented 2 years ago

@maharjans I think this is already fixed in https://github.com/yapplabs/ember-buffered-proxy/pull/53

I'm closing this but feel free to reopen if it's not fixed.