mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-26 07:44:56 +01:00
fix click outside modal is closing it on wait dialog
This commit is contained in:
parent
3ea4d56604
commit
dccc1c8c88
@ -177,7 +177,9 @@ editor.WaitDialog = new Class({
|
||||
},
|
||||
|
||||
show:function () {
|
||||
this.panel.modal('show');
|
||||
this.panel.modal({
|
||||
backdrop: 'static'
|
||||
});
|
||||
},
|
||||
|
||||
close: function() {
|
||||
|
Loading…
Reference in New Issue
Block a user