Skip to content

Commit

Permalink
enable history record on reload action
Browse files Browse the repository at this point in the history
  • Loading branch information
yggverse committed Jan 27, 2025
1 parent af7a34c commit 1e5b723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/browser/window/tab/item.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ impl Item {
let page = page.clone();
let client = client.clone();
move |_, _| {
client.handle(&page.navigation.request(), false);
client.handle(&page.navigation.request(), true);
}
});

Expand Down

0 comments on commit 1e5b723

Please sign in to comment.