Fix: add hover dds when cd

This commit is contained in:
Shupeng Xue 2024-06-23 19:09:25 +10:00
parent 0c5d621348
commit 6d3fa28bfb
No known key found for this signature in database
GPG key ID: A6C508165D76B601

View file

@ -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!();
}