We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ea538f commit bf88acfCopy full SHA for bf88acf
js/form.js
@@ -79,7 +79,7 @@ export default class Form extends View {
79
}
80
81
// Apply show hide events to modal
82
- node.addEventListener('show.bs.modal', () => {
+ node.addEventListener('shown.bs.modal', () => {
83
this.dispatchEvent(EVENT_SHOW, this);
84
});
85
node.addEventListener('hidden.bs.modal', () => {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@djthorpe/js-framework",
3
- "version": "0.0.46",
+ "version": "0.0.47",
4
"description": "Javascript Framework",
5
"main": "dist/index.js",
6
"scripts": {
0 commit comments