shlomiassaf / ngrid

A angular grid for the enterprise
https://shlomiassaf.github.io/ngrid
MIT License
240 stars 39 forks source link

Fixed a bug in ContextApi.focusChanged #275

Closed jean-merelis closed 12 months ago

jean-merelis commented 1 year ago

When focusChanged$ completes on destroy method, it causes the buffer to emit an empty array of events if it has no items in the buffer

Fixes #215