mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACS-8371] fix viewer preview (#4017)
This commit is contained in:
committed by
GitHub
parent
2bc4e158f2
commit
1f9b34e860
@@ -552,8 +552,6 @@ export const canInfoPreview = (context: RuleContext): boolean => {
|
||||
return isSearchResult && isNotMultiselect && isFileSelected && isPreview;
|
||||
};
|
||||
|
||||
export const showInfoSelectionButton = (context: RuleContext): boolean => navigation.isSearchResults(context) && !navigation.isPreview(context);
|
||||
|
||||
/**
|
||||
* Checks if the file can be opened with MS Office
|
||||
* JSON ref: `aos.canOpenWithOffice`
|
||||
|
Reference in New Issue
Block a user