Merge pull request #1998 from ONLYOFFICE/fix/inputBug
Refactoring. Fix bug with preventing composition input.
This commit is contained in:
commit
8ac5578200
|
@ -364,8 +364,10 @@ define([
|
||||||
},
|
},
|
||||||
|
|
||||||
onCountPages: function(count) {
|
onCountPages: function(count) {
|
||||||
maxPages = count;
|
if (maxPages !== count) {
|
||||||
$('#pages').text(this.textOf + " " + count);
|
maxPages = count;
|
||||||
|
$('#pages').text(this.textOf + " " + count);
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
onCurrentPage: function(number) {
|
onCurrentPage: function(number) {
|
||||||
|
|
Loading…
Reference in a new issue