Skip to content

Commit

Permalink
remove extra reference
Browse files Browse the repository at this point in the history
  • Loading branch information
yggverse committed Jan 26, 2025
1 parent 3e89b5e commit 0023f6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/browser/window/tab/item.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ impl Item {
// Init events

if let Some(text) = request {
page.navigation.request.widget.entry.set_text(&text);
page.navigation.request.widget.entry.set_text(text);
if is_load {
client.handle(&text, true);
client.handle(text, true);
}
}

Expand Down

0 comments on commit 0023f6f

Please sign in to comment.