Fix Bug 38223
This commit is contained in:
parent
84d60f7422
commit
0515086593
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue