Merge pull request 'Fix bug 77292' (#753) from fix/bug77292 into release/v9.1.0

Reviewed-on: https://git.onlyoffice.com/ONLYOFFICE/web-apps/pulls/753
This commit is contained in:
Oleg Korshul
2025-10-06 08:20:37 +00:00

View File

@ -174,9 +174,8 @@ define([
pages.push(i - 1);
}
} else {
pages.push(parseInt(value, 10));
pages.push(parseInt(value, 10) - 1);
}
me.api.RedactPages(pages);
}
}