mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
remove deprecation feature methods
This commit is contained in:
parent
560adff490
commit
f9365791e6
4 changed files with 10 additions and 40 deletions
|
|
@ -39,9 +39,6 @@ impl Client {
|
|||
pub fn handle(&self, request: &str, is_snap_history: bool) {
|
||||
self.page.escape();
|
||||
|
||||
// Deprecate page info but keep it data as is
|
||||
self.page.navigation.request.info.borrow_mut().deprecate();
|
||||
|
||||
// Initially disable find action
|
||||
self.page
|
||||
.window_action
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue