Skip to content
This repository has been archived by the owner on Sep 28, 2019. It is now read-only.

Fix resolving when the parentNode of iron-lazy-pages is not the element host

Compare
Choose a tag to compare
@TimvdLippe TimvdLippe released this 06 Jun 11:42
· 21 commits to master since this release

If the parentNode of iron-lazy-pages is a different element,
for example an app-skeleton element, we should not resolve by the parentNode
but by the host instead.