Baremetrics / calendar

Date range picker for Baremetrics
MIT License
680 stars 79 forks source link

Use document for outside click so that shadow roots can be used #71

Closed paullryan closed 7 years ago

paullryan commented 7 years ago

The click handler for outside click is relying on window which breaks when using a shadowdom/shadowroot. By using document and path both the shadowdom case and the standard case work for outside click detection.

kalepail commented 7 years ago

I have not found this to be the case in instances where I use shadowdom but I'll take a look here soon and if there are no unintended consequences I'll be happy to merge this.