Refactoring open dialog
This commit is contained in:
parent
14c7f181aa
commit
8c951bd58c
|
@ -426,6 +426,7 @@ define([
|
|||
|
||||
onCmbDelimiterSelect: function(combo, record){
|
||||
this.inputDelimiter.setVisible(record.value == -1);
|
||||
(record.value == -1) && this.inputDelimiter.cmpEl.find('input').focus();
|
||||
if (this.preview)
|
||||
this.updatePreview();
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue