mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
..
This commit is contained in:
parent
34cb599826
commit
d707034bfb
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ impl Tab {
|
|||
|
||||
pub fn apply_files_attrs(&mut self) {
|
||||
let apply = |f: &mut Folder| {
|
||||
if f.stage != FolderStage::Loaded {
|
||||
if f.stage == FolderStage::Loading {
|
||||
return render!();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue