mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +00:00
enable history record on reload action
This commit is contained in:
parent
af7a34c2ce
commit
1e5b72358a
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ impl Item {
|
||||||
let page = page.clone();
|
let page = page.clone();
|
||||||
let client = client.clone();
|
let client = client.clone();
|
||||||
move |_, _| {
|
move |_, _| {
|
||||||
client.handle(&page.navigation.request(), false);
|
client.handle(&page.navigation.request(), true);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue