mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-02-10 18:05:32 +08:00
[VE] Fix bug 79695
This commit is contained in:
@ -382,7 +382,9 @@ define([
|
||||
},
|
||||
|
||||
clickToolbarPrint: function () {
|
||||
if (this.mode.canPrint)
|
||||
if (this.mode.canPreviewPrint)
|
||||
this.leftMenu.showMenu('file:printpreview');
|
||||
else if (this.mode.canPrint)
|
||||
this.clickMenuFileItem(null, 'print');
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user