mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-04-07 14:09:12 +08:00
[pdf] Fix bug #77903
This commit is contained in:
committed by
Ilya Kirillov
parent
e7461db3b8
commit
ef960a65e1
@ -638,6 +638,10 @@
|
||||
|
||||
CDocument.prototype.updateCurrentPage = function(pageObject)
|
||||
{
|
||||
if (this.selectedPages.length == 0) {
|
||||
this.keepSelectedPages = false;
|
||||
}
|
||||
|
||||
this.selectPageRect = pageObject;
|
||||
if (true !== this.keepSelectedPages && false == this.selectedPages.includes(pageObject.num))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user