mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
prevent operation cancelled message on redirect
This commit is contained in:
parent
21c8402004
commit
f91b4f5d62
1 changed files with 1 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ impl Nex {
|
||||||
.replace(i.into_permanent_redirect());
|
.replace(i.into_permanent_redirect());
|
||||||
self.page.navigation.set_request(&r);
|
self.page.navigation.set_request(&r);
|
||||||
self.page.item_action.load.activate(Some(&r), false, true);
|
self.page.item_action.load.activate(Some(&r), false, true);
|
||||||
|
return; // prevents operation cancelled message on redirect
|
||||||
}
|
}
|
||||||
|
|
||||||
if is_snap_history {
|
if is_snap_history {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue