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) {
|
||||
maxPages = count;
|
||||
$('#pages').text(this.textOf + " " + count);
|
||||
if (maxPages !== count) {
|
||||
maxPages = count;
|
||||
$('#pages').text(this.textOf + " " + count);
|
||||
}
|
||||
},
|
||||
|
||||
onCurrentPage: function(number) {
|
||||
|
|
Loading…
Reference in a new issue