summary refs log tree commit diff
path: root/browset.py
diff options
context:
space:
mode:
Diffstat (limited to 'browset.py')
-rwxr-xr-xbrowset.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/browset.py b/browset.py
index ad4bc13..bf76aa3 100755
--- a/browset.py
+++ b/browset.py
@@ -85,6 +85,7 @@ class Browset(App):
         if setbar:
             input = self.query_one("#url")
             input.value = url
+            input.action_end()
         if histore:
             self.history.append(self.url)
         self.url = url