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