From ad61c4744757a6ba0efc1615a81accd4950c5ca5 Mon Sep 17 00:00:00 2001 From: IcEarthlight Date: Mon, 9 Mar 2026 23:49:18 +1100 Subject: [PATCH] remove redundant assignment --- yazi-actor/src/mgr/cd.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/yazi-actor/src/mgr/cd.rs b/yazi-actor/src/mgr/cd.rs index 368e8c1b..a0882a20 100644 --- a/yazi-actor/src/mgr/cd.rs +++ b/yazi-actor/src/mgr/cd.rs @@ -50,7 +50,6 @@ impl Actor for Cd { err!(Pubsub::pub_after_cd(tab.id, tab.cwd())); act!(mgr:displace, cx)?; - cx.source = yazi_shared::Source::Ind; act!(mgr:hidden, cx)?; act!(mgr:sort, cx).ok(); act!(mgr:hover, cx)?;