delegate history_snap action to protocol driver implementation

This commit is contained in:
yggverse 2025-03-12 11:00:16 +02:00
parent 68b3119bb1
commit 33d5d414ac
16 changed files with 124 additions and 147 deletions

View file

@ -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))
}));
Self {