This commit is contained in:
sxyazi 2025-06-05 20:10:12 +08:00
parent f1f9c5b3f2
commit 0a600501ad
No known key found for this signature in database

View file

@ -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() {