Commit be426b06660a60e1c2d592e97c3c907c63f0347d
1 parent
0d080e7d
private room
Showing
1 changed file
with
3 additions
and
0 deletions
controllets/animated-grid-controllet/animated-grid-controllet.html
... | ... | @@ -146,6 +146,9 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN |
146 | 146 | |
147 | 147 | var target = event.target; |
148 | 148 | |
149 | + if(target.classList[0] != "grid-item") | |
150 | + return; | |
151 | + | |
149 | 152 | // configure the page animation |
150 | 153 | this.sharedElements = { |
151 | 154 | 'hero': target, | ... | ... |