mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
use is_regular
This commit is contained in:
parent
2fb6009c9d
commit
0fa52540fd
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ impl Tab {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Backstack
|
// Backstack
|
||||||
if !target.is_search() {
|
if target.is_regular() {
|
||||||
self.backstack.push(target.clone());
|
self.backstack.push(target.clone());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue