Fix external editors
This commit is contained in:
parent
c14706e8b5
commit
ab9aa0112f
|
@ -186,7 +186,7 @@ define([
|
||||||
iconCls: 'warn',
|
iconCls: 'warn',
|
||||||
buttons: ['ok'],
|
buttons: ['ok'],
|
||||||
callback: _.bind(function(btn){
|
callback: _.bind(function(btn){
|
||||||
this.setControlsDisabled(false);
|
this.diagramEditorView.setControlsDisabled(false);
|
||||||
this.diagramEditorView.hide();
|
this.diagramEditorView.hide();
|
||||||
}, this)
|
}, this)
|
||||||
});
|
});
|
||||||
|
|
|
@ -171,7 +171,7 @@ define([
|
||||||
iconCls: 'warn',
|
iconCls: 'warn',
|
||||||
buttons: ['ok'],
|
buttons: ['ok'],
|
||||||
callback: _.bind(function(btn){
|
callback: _.bind(function(btn){
|
||||||
this.setControlsDisabled(false);
|
this.mergeEditorView.setControlsDisabled(false);
|
||||||
this.mergeEditorView.hide();
|
this.mergeEditorView.hide();
|
||||||
}, this)
|
}, this)
|
||||||
});
|
});
|
||||||
|
|
|
@ -186,7 +186,7 @@ define([
|
||||||
iconCls: 'warn',
|
iconCls: 'warn',
|
||||||
buttons: ['ok'],
|
buttons: ['ok'],
|
||||||
callback: _.bind(function(btn){
|
callback: _.bind(function(btn){
|
||||||
this.setControlsDisabled(false);
|
this.oleEditorView.setControlsDisabled(false);
|
||||||
this.oleEditorView.hide();
|
this.oleEditorView.hide();
|
||||||
}, this)
|
}, this)
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue