ember-fullcalendar icon indicating copy to clipboard operation
ember-fullcalendar copied to clipboard

Fix for actions invocation bug

Open Prabhakar-Poudel opened this issue 7 years ago • 1 comments

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 avatar Apr 13 '17 06:04 Prabhakar-Poudel

@jamesdixon Please review whenever you can. Thanks.

Prabhakar-Poudel avatar Apr 16 '17 02:04 Prabhakar-Poudel