mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
deactivate back button on update
This commit is contained in:
parent
b3e64a485b
commit
d3ecb86779
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue