Closed arturovt closed 1 year ago
Currently event listeners are called outside of the Angular zone forcing the template to NOT being updated when any event is dispatched:
<overlay-scrollbars (osInitialized)="onInitialized()"></overlay-scrollbars>
onInitialized(): void { console.log(Zone.current); // <root> }
I'll release it with the new overlayscrollbars-ngx version as soon as I have time :)
overlayscrollbars-ngx
Currently event listeners are called outside of the Angular zone forcing the template to NOT being updated when any event is dispatched: