mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
move info component into navigation request level
This commit is contained in:
parent
d1623bda9e
commit
05a8647f28
7 changed files with 34 additions and 23 deletions
|
|
@ -40,7 +40,7 @@ impl Client {
|
|||
self.page.escape();
|
||||
|
||||
// Deprecate page info but keep it data as is
|
||||
self.page.info.borrow_mut().deprecate();
|
||||
self.page.navigation.request.info.borrow_mut().deprecate();
|
||||
|
||||
// Initially disable find action
|
||||
self.page
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue