mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
implement page info deprecate features
This commit is contained in:
parent
a1f84a4d88
commit
4a81297ef1
2 changed files with 21 additions and 1 deletions
|
|
@ -37,6 +37,9 @@ impl Client {
|
|||
/// Route tab item `request` to protocol driver
|
||||
/// * or `navigation` entry if the value not provided
|
||||
pub fn handle(&self, request: &str, is_snap_history: bool) {
|
||||
// Deprecate page info but keep it data as is
|
||||
self.page.info.borrow_mut().deprecate();
|
||||
|
||||
// Move focus out from navigation entry @TODO
|
||||
self.page.browser_action.escape.activate(None);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue