|
|
@@ -752,7 +752,7 @@
|
|
|
});
|
|
|
|
|
|
// Backdrop, I did't find a way to change bs3 backdrop option after the dialog is popped up, so here's a new wheel.
|
|
|
- this.getModal().on('click', {dialog: this}, function(event) {
|
|
|
+ this.getModal().on('mouseup', {dialog: this}, function(event) {
|
|
|
event.target === this && event.data.dialog.isClosable() && event.data.dialog.canCloseByBackdrop() && event.data.dialog.close();
|
|
|
});
|
|
|
|