mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-15 21:04:46 +01:00
fix (editor): blank screen with binary data
This commit is contained in:
parent
609fd308c1
commit
e06b2329a1
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ export default async function(render, { acl$ }) {
|
|||
if (content === null || has_binary(content)) return rxjs.from(initDownloader()).pipe(
|
||||
removeLoader,
|
||||
rxjs.mergeMap(() => {
|
||||
ctrlDownloader(render);
|
||||
ctrlDownloader(render, { acl$ });
|
||||
return rxjs.EMPTY;
|
||||
}),
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue