Fix Bug 37536 (window is closed before input field update it's value)

This commit is contained in:
Julia Radzhabova 2018-04-20 16:15:06 +03:00
parent aa4422253d
commit 18767ad588

View file

@ -154,12 +154,12 @@ define([
} else {
this.initCodePages();
this.updatePreview();
}
this.onPrimary = function() {
me._handleInput('ok');
return false;
};
}
}
},
show: function() {