awkward / backbone.modal

A plugin for Backbone.js that simplifies creating modals for your application.
http://awkward.github.io/backbone.modal/
Other
362 stars 71 forks source link

Fix re-render behavior #84

Closed jimf closed 7 years ago

jimf commented 9 years ago

If a given modal is already active and render is called again, don't include the animation.

In addition, by returning early before calling delegateModalEvents again, this should fix a potential memory leak where the previously attached event handlers weren't being removed before attaching the new ones.

linus-amg commented 8 years ago

+1