PolymerLabs / polymon

Seek out Polymer team members and capture them as Polymon! https://polymon.polymer-project.org
10 stars 2 forks source link

Remove polymon-polydex's custom render function. #143

Closed bicknellr closed 6 years ago

bicknellr commented 7 years ago

It looked like polymer-polydex has a custom implementation of render because it needs to keep its box in the page when it's hidden to prevent the panel layout from getting messed up. This PR removes that custom render function by hiding the contents of the polydex (and new battle screen) using:host([hidden]) > * instead.