xps structure

This commit is contained in:
Kulikova Svetlana
2021-07-20 16:38:02 +03:00
parent 75866f2e86
commit 2f8e492fc6
11 changed files with 129 additions and 40 deletions

View File

@ -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++)