init search on page feature once

This commit is contained in:
yggverse 2024-12-17 01:50:12 +02:00
parent 4b357f8229
commit f767c11789
23 changed files with 449 additions and 266 deletions

View file

@ -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);
}
});