mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
rename find action to escape
This commit is contained in:
parent
4c572fada6
commit
94b8227088
5 changed files with 12 additions and 12 deletions
|
|
@ -159,7 +159,7 @@ impl Page {
|
|||
const DEFAULT_MAX_REDIRECT_COUNT: usize = 10;
|
||||
|
||||
// Move focus out from navigation entry
|
||||
self.browser_action.focus.activate();
|
||||
self.browser_action.escape.activate();
|
||||
|
||||
// Initially disable find action
|
||||
self.window_action.find.simple_action.set_enabled(false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue