[bug] fix modal event handler not being removed on modal close

This commit is contained in:
zombieFox 2020-03-10 08:26:19 +00:00
parent 31ce36be8b
commit 658f2bb073

View File

@ -99,6 +99,7 @@ var modal = (function() {
modal.remove();
};
mod.close();
bind.focus.remove();
};
var modalBody = helper.node("div|class:modal-body");
var modalControls = helper.node("div|class:modal-controls");