diff --git a/src/redux/thunks/file.ts b/src/redux/thunks/file.ts index 7930f31..bc753ea 100644 --- a/src/redux/thunks/file.ts +++ b/src/redux/thunks/file.ts @@ -872,7 +872,7 @@ export function createShareShortcut(index: number): AppThunk { const base = fm?.path_root; const isSingleFile = fm?.list?.single_file_view; const files = fm?.list?.files; - if (!base || !isSingleFile || !files || files.length != 1) { + if (!base || !files) { return; }