Merge pull request #1679 from ONLYOFFICE/fix/fix-bugs

[SSE] Fix bug 56426
This commit is contained in:
Julia Radzhabova 2022-04-04 17:11:37 +03:00 committed by GitHub
commit bdcaf157a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -647,6 +647,8 @@ define([
e.preventDefault();
e.stopImmediatePropagation();
}
this.printSettings.txtRangeTop.cmpEl.find('input:focus').blur();
this.printSettings.txtRangeLeft.cmpEl.find('input:focus').blur();
var forward = (e.deltaY || (e.detail && -e.detail) || e.wheelDelta) < 0;
this.onChangePreviewPage(forward);
},