symlink processing takes place in getDirEntryObjects

This commit is contained in:
joshuaboud 2022-05-30 14:37:22 -03:00
parent 1fe86c3d9c
commit aff8aafd18
No known key found for this signature in database
GPG Key ID: 17EFB59E2A8BF50E

View File

@ -217,8 +217,6 @@ export default {
);
if (!entry)
return; // temp file deleted too fast
if (entry.type === 'symbolic link')
await processLinks([entry.target]);
entries.value = [...entries.value, reactive(entry)].sort(sortCallbackComputed.value);
}