altinselimi / kalendar

Full featured, responsive, lightweight calendar in the browser.

Home Page:http://kalendar.altinselimi.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug: error when deleting event from non visible day

mserralta opened this issue · comments

this.$refs[targetRef][0].removeEvent({ id, key });

We can have events on a day which is not "on screen" right now. If we try to remove these events out of our current week view TypeError is raised. No reference to object.