mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-15 01:00:02 +00:00
deactivate back button on update
This commit is contained in:
parent
b3e64a485b
commit
d3ecb86779
@ -55,7 +55,7 @@ impl Navigation {
|
||||
self.matches.replace(matches);
|
||||
|
||||
// Update child components
|
||||
self.back.update(self.is_match());
|
||||
self.back.update(false);
|
||||
self.forward.update(self.is_match());
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user