msolters / Tiles

Dynamic CV and Resume app
http://tilesjs.meteor.com
0 stars 1 forks source link

Lean Overlay is Not Hiding When Overlay Closes #65

Closed msolters closed 9 years ago

msolters commented 9 years ago

The user has to click on the overlay even after the overlay has been hidden. For example, logging in.

msolters commented 9 years ago

This was due to Blaze destroying the template DOM nodes before the JavaScript callbacks had a chance to destroy them properly. The {{>loginModal}} is now persistent, even for logged in users, smoothing over this transition and resolving the issue.