RED-6524: fix file preview close button
This commit is contained in:
parent
99d6a158c6
commit
890747e8cc
@ -5,6 +5,7 @@
|
||||
<redaction-view-switch></redaction-view-switch>
|
||||
</div>
|
||||
|
||||
<!-- TODO: mode this file preview header to a separate component-->
|
||||
<div #actionsWrapper class="flex-2 actions-container">
|
||||
<redaction-processing-indicator [file]="file" class="mr-16"></redaction-processing-indicator>
|
||||
|
||||
@ -25,6 +26,7 @@
|
||||
|
||||
<div class="vertical-line"></div>
|
||||
|
||||
<!-- TODO: mode these actions to a separate component -->
|
||||
<iqser-circle-button
|
||||
(action)="openRSSView(file)"
|
||||
*allow="roles.getRss"
|
||||
@ -36,9 +38,9 @@
|
||||
|
||||
<redaction-file-actions
|
||||
[dossier]="dossier"
|
||||
[fileActionsHelpModeKey]="'editor_document_features'"
|
||||
[file]="file"
|
||||
[minWidth]="width"
|
||||
[fileActionsHelpModeKey]="'editor_document_features'"
|
||||
type="file-preview"
|
||||
></redaction-file-actions>
|
||||
|
||||
@ -62,7 +64,6 @@
|
||||
<!-- End Dev Mode Features-->
|
||||
|
||||
<iqser-circle-button
|
||||
(action)="closeFullScreen()"
|
||||
*ngIf="!fullScreen"
|
||||
[routerLink]="dossier.routerLink"
|
||||
[tooltip]="'common.close' | translate"
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit bb562d63fd5ccc353c71b1ca026caa8de5a42926
|
||||
Subproject commit dbe1e9fae14b313dd26ac1e8e0c0a8749f957cde
|
||||
Loading…
x
Reference in New Issue
Block a user