From d707034bfb98b79eae3a91642c728b07016db30e Mon Sep 17 00:00:00 2001 From: sxyazi Date: Thu, 1 Feb 2024 02:36:33 +0800 Subject: [PATCH] .. --- yazi-core/src/tab/tab.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yazi-core/src/tab/tab.rs b/yazi-core/src/tab/tab.rs index 837080e6..6266d03e 100644 --- a/yazi-core/src/tab/tab.rs +++ b/yazi-core/src/tab/tab.rs @@ -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!(); }