Fix Bug 38223

This commit is contained in:
Julia Radzhabova 2018-07-17 13:26:24 +03:00
parent 84d60f7422
commit 0515086593

View file

@ -172,7 +172,8 @@ define([
}); });
} else { } else {
this.initCodePages(); this.initCodePages();
this.updatePreview(); if (this.preview)
this.updatePreview();
this.onPrimary = function() { this.onPrimary = function() {
me._handleInput('ok'); me._handleInput('ok');
return false; return false;