Open JackCai1206 opened 7 years ago
so i noticed the same bahavior for ngOnChanges in the session component too. I don know if only me is experiencing this. Right now in the scheduling branch i got rid of the console logs but feel free to test it out.
When week view is opened in the session-calendar component, ngonchanges, which is originally only listening to changes in the 'session' @input for the component, starts to listen to all of the mouse move and scrolling events, calling ngOnChanges() handler in the component.