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,11 +154,11 @@ define([
} else {
this.initCodePages();
this.updatePreview();
this.onPrimary = function() {
me._handleInput('ok');
return false;
};
}
this.onPrimary = function() {
me._handleInput('ok');
return false;
};
}
},