aboutsummaryrefslogtreecommitdiff
path: root/src/browsertab.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/browsertab.cpp')
-rw-r--r--src/browsertab.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/browsertab.cpp b/src/browsertab.cpp
index cb23093..3ea95c1 100644
--- a/src/browsertab.cpp
+++ b/src/browsertab.cpp
@@ -276,6 +276,8 @@ void BrowserTab::on_url_bar_returnPressed()
url = QUrl{"gemini://" + this->ui->url_bar->text()};
}
+ this->ui->url_bar->clearFocus();
+
this->navigateTo(url, PushImmediate);
}