Retain previous (pre-ps5) behaviour
This commit is contained in:
@@ -512,6 +512,7 @@ export const FileViewer: React.FC<FileViewerProps> = ({
|
||||
})();
|
||||
|
||||
const showCopyImage = (() => {
|
||||
if (disableDownload) return false;
|
||||
switch (file.metadata.fileType) {
|
||||
case FileType.image:
|
||||
case FileType.livePhoto:
|
||||
|
||||
Reference in New Issue
Block a user