mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
xps structure
This commit is contained in:
@ -327,6 +327,9 @@ window.onload = function()
|
||||
{
|
||||
if (!this.file.isValid())
|
||||
return;
|
||||
|
||||
if (!down && !this.Selection.IsSelection)
|
||||
return;
|
||||
|
||||
let lCurrentPage = -1;
|
||||
for (let i = 0; i < this.drawingPages.length; i++)
|
||||
|
||||
Reference in New Issue
Block a user