Browse Source

Comment backdrop attribute of modal

pull/4332/head
Vladimír Mlázovský 4 years ago
committed by GitHub
parent
commit
2df0e799d5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      src/modal_dialog/config/config.js

3
src/modal_dialog/config/config.js

@ -4,7 +4,8 @@ export default {
title: '',
content: '',
// Close modal on interact with backdrop
backdrop: true,
// Avoid rendering the default modal.

Loading…
Cancel
Save