mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-02-10 18:05:32 +08:00
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:
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user