mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
..
This commit is contained in:
parent
f1f9c5b3f2
commit
0a600501ad
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ impl Tab {
|
|||
|
||||
// Backstack
|
||||
if opt.source.big_jump() {
|
||||
if self.current.url.is_regular() && self.current.url != Default::default() {
|
||||
if self.current.url.is_regular() {
|
||||
self.backstack.push(&self.current.url);
|
||||
}
|
||||
if opt.target.is_regular() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue