mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
disable fullscreen for media types (#3026)
This commit is contained in:
committed by
Denys Vuika
parent
69ac38713f
commit
eedb7a65db
@@ -85,7 +85,7 @@
|
|||||||
</button>
|
</button>
|
||||||
|
|
||||||
<button
|
<button
|
||||||
*ngIf="allowFullScreen"
|
*ngIf="viewerType !== 'media' && allowFullScreen"
|
||||||
mat-icon-button
|
mat-icon-button
|
||||||
matTooltip="{{ 'ADF_VIEWER.ACTIONS.FULLSCREEN' | translate }}"
|
matTooltip="{{ 'ADF_VIEWER.ACTIONS.FULLSCREEN' | translate }}"
|
||||||
data-automation-id="toolbar-fullscreen"
|
data-automation-id="toolbar-fullscreen"
|
||||||
|
Reference in New Issue
Block a user