app/components/coco/modals/modal/modal.js in coveragebook_components-0.18.0 vs app/components/coco/modals/modal/modal.js in coveragebook_components-0.18.7
- old
+ new
@@ -28,11 +28,11 @@
},
hide() {
this.open = false;
setTimeout(() => {
- this.clearFrame();
this.$dispatch("modal:hidden");
+ this.clearFrame();
}, 200);
},
dismiss(event) {
if (this.$options.dismissable) this.hide();