mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
Fix: add hover dds when cd
This commit is contained in:
parent
0c5d621348
commit
6d3fa28bfb
1 changed files with 1 additions and 0 deletions
|
|
@ -66,6 +66,7 @@ impl Tab {
|
||||||
}
|
}
|
||||||
|
|
||||||
Pubsub::pub_from_cd(self.idx, &self.current.cwd);
|
Pubsub::pub_from_cd(self.idx, &self.current.cwd);
|
||||||
|
Pubsub::pub_from_hover(self.idx, self.current.hovered().map(|h| &h.url));
|
||||||
ManagerProxy::refresh();
|
ManagerProxy::refresh();
|
||||||
render!();
|
render!();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue