Browse Source

Merge pull request #4332 from mlazovla/patch-1

Comment backdrop attribute of modal
pull/4343/head
Artur Arseniev 4 years ago
committed by GitHub
parent
commit
df21fd89b2
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