diff --git a/yazi-core/src/tab/commands/cd.rs b/yazi-core/src/tab/commands/cd.rs index dfa148af..1dd85c2a 100644 --- a/yazi-core/src/tab/commands/cd.rs +++ b/yazi-core/src/tab/commands/cd.rs @@ -66,6 +66,7 @@ impl Tab { } Pubsub::pub_from_cd(self.idx, &self.current.cwd); + Pubsub::pub_from_hover(self.idx, self.current.hovered().map(|h| &h.url)); ManagerProxy::refresh(); render!(); }