fix navigation history snap on redirect

This commit is contained in:
yggverse 2025-10-12 02:07:24 +03:00
parent 4998ec62c1
commit 8972ca17e1

View file

@ -560,7 +560,7 @@ fn handle(
.build();
b.connect_clicked({
let p = page.clone();
move |_| p.item_action.load.activate(Some(&u), false, true)
move |_| p.item_action.load.activate(Some(&u), true, true)
});
b
}));
@ -584,7 +584,7 @@ fn handle(
Redirect::Temporary { .. } => i.into_temporary_redirect(),
});
}
page.item_action.load.activate(Some(&t), false, true);
page.item_action.load.activate(Some(&t), true, true);
}
}
Err(e) => {