prevent operation cancelled message on redirect

This commit is contained in:
yggverse 2025-06-27 08:37:33 +03:00
parent 21c8402004
commit f91b4f5d62

View file

@ -55,6 +55,7 @@ impl Nex {
.replace(i.into_permanent_redirect());
self.page.navigation.set_request(&r);
self.page.item_action.load.activate(Some(&r), false, true);
return; // prevents operation cancelled message on redirect
}
if is_snap_history {