Merge pull request #96 from ONLYOFFICE/feature/bugfix5.1.3
Fix Bug 37536 (window is closed before input field update it's value)
This commit is contained in:
commit
39c3301439
|
@ -154,11 +154,11 @@ define([
|
||||||
} else {
|
} else {
|
||||||
this.initCodePages();
|
this.initCodePages();
|
||||||
this.updatePreview();
|
this.updatePreview();
|
||||||
|
this.onPrimary = function() {
|
||||||
|
me._handleInput('ok');
|
||||||
|
return false;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
this.onPrimary = function() {
|
|
||||||
me._handleInput('ok');
|
|
||||||
return false;
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue