remove redundant assignment

This commit is contained in:
IcEarthlight 2026-03-09 23:49:18 +11:00 committed by sxyazi
parent 147e727367
commit ad61c47447
No known key found for this signature in database

View file

@ -50,7 +50,6 @@ impl Actor for Cd {
err!(Pubsub::pub_after_cd(tab.id, tab.cwd())); err!(Pubsub::pub_after_cd(tab.id, tab.cwd()));
act!(mgr:displace, cx)?; act!(mgr:displace, cx)?;
cx.source = yazi_shared::Source::Ind;
act!(mgr:hidden, cx)?; act!(mgr:hidden, cx)?;
act!(mgr:sort, cx).ok(); act!(mgr:sort, cx).ok();
act!(mgr:hover, cx)?; act!(mgr:hover, cx)?;