mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
init search on page feature once
This commit is contained in:
parent
4b357f8229
commit
f767c11789
23 changed files with 449 additions and 266 deletions
|
|
@ -71,7 +71,9 @@ impl Browser {
|
|||
|
||||
action.escape.connect_activate({
|
||||
let widget = widget.clone();
|
||||
let window = window.clone();
|
||||
move || {
|
||||
window.tab.escape(None); // current tab
|
||||
widget.application_window.set_focus(gtk::Window::NONE);
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue