Commit 46723626 authored by Simon Knox's avatar Simon Knox

close dialog when clicking backdrop

empty @click.stop to allow clicking inside the dialog
parent 254aaa2c
......@@ -52,10 +52,12 @@ export default {
class="modal popup-dialog"
role="dialog"
tabindex="-1"
@click="close"
>
<div
class="modal-dialog modal-md"
role="document"
@click.stop
>
<div class="modal-content">
<div class="modal-header">
......@@ -101,10 +103,6 @@ export default {
</div>
</div>
</div>
<div
class="modal-backdrop fade in"
@click="close"
/>
<div class="modal-backdrop fade in" />
</div>
</template>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment