mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
fix redirection info reset
This commit is contained in:
parent
0d202a866a
commit
01ea693c03
12 changed files with 59 additions and 36 deletions
|
|
@ -40,7 +40,7 @@ impl Action {
|
|||
|
||||
let history = Rc::new(History::build({
|
||||
let load = load.clone();
|
||||
move |request| load.activate(Some(&request), false)
|
||||
move |request| load.activate(Some(&request), false, false)
|
||||
}));
|
||||
|
||||
Self {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue