mirror of
https://github.com/45Drives/cockpit-navigator.git
synced 2025-07-31 01:24:37 +02:00
symlink processing takes place in getDirEntryObjects
This commit is contained in:
parent
1fe86c3d9c
commit
aff8aafd18
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user