yapplabs / ember-wormhole

Render a child view somewhere else in the DOM.
MIT License
284 stars 68 forks source link

Wormhole causes issue with power select #93

Open tinyweasel opened 7 years ago

tinyweasel commented 7 years ago

Ember Power Select uses Wormhole behind the curtains, and I've found that using them on the same page causes an issue with the dropdowns. When you open a dropdown, it will not collapse again. The issue does not occur when the wormhole component is deleted from that template. Any fixes?