scoutforpets / ember-fullcalendar

An Ember Component for FullCalendar and FullCalendar Scheduler
MIT License
39 stars 45 forks source link

Fix for actions invocation bug #50

Closed Prabhakar-Poudel closed 6 months ago

Prabhakar-Poudel commented 7 years ago

I'm not sure what is the reason to use run loop for actions invocation. I'm not very familiar with detailed concepts of run loop either.

But looks like invoking actions directly solves eventRender problem,. Also, make sure you test nothing breaks with this. I have tested in my app and everything seems to work fine.

Fixes https://github.com/scoutforpets/ember-fullcalendar/issues/48

Prabhakar-Poudel commented 7 years ago

@jamesdixon Please review whenever you can. Thanks.