• yann300's avatar
    Fix modal dialog callback being called multiple times · 70f71292
    yann300 authored
    When the modal closes, we need to remove the DOM element. 
    If not, we create a new EventListener associated with the modal each time the modal shows up.
    And basically when the user `Cancel` the modal, all the previous callback where the modal was used get called.
    That's pretty critical
    70f71292
Name
Last commit
Last update
.circleci Loading commit data...
assets Loading commit data...
bin Loading commit data...
ci Loading commit data...
contracts Loading commit data...
docs Loading commit data...
embark Loading commit data...
src Loading commit data...
test Loading commit data...
test-browser Loading commit data...
.babelrc Loading commit data...
.gitignore Loading commit data...
.npmignore Loading commit data...
.travis.yml Loading commit data...
LICENSE.md Loading commit data...
README.md Loading commit data...
background.js Loading commit data...
best-practices.md Loading commit data...
icon.png Loading commit data...
index.html Loading commit data...
manifest.json Loading commit data...
meetings.md Loading commit data...
nightwatch.js Loading commit data...
nightwatch_debugger.js Loading commit data...
package-lock.json Loading commit data...
package.json Loading commit data...
release-process.md Loading commit data...
remix_screenshot.png Loading commit data...
research-project.md Loading commit data...
team-best-practices.md Loading commit data...