mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
fix
This commit is contained in:
parent
054e424875
commit
adf9f18664
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ impl Tab {
|
|||
let mut s = OsString::new();
|
||||
let mut it = self.selected_or_hovered().peekable();
|
||||
if opt.hovered {
|
||||
if let Some(hovered) = self.hovered {
|
||||
if let Some(hovered) = self.hovered() {
|
||||
it = once(hovered).peekable();
|
||||
} else { return };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue