mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 19:44:01 +08:00
[PE] Disable printing selection when permissions.print=false
This commit is contained in:
@ -1927,6 +1927,7 @@ define([
|
||||
for (var i = 9; i < 14; i++) {
|
||||
me.slideMenu.items[i].setVisible(value.fromThumbs===true);
|
||||
}
|
||||
mnuPrintSelection.setVisible(me.mode.canPrint && value.fromThumbs===true);
|
||||
|
||||
var selectedElements = me.api.getSelectedElements(),
|
||||
locked = false,
|
||||
|
||||
Reference in New Issue
Block a user