browset: Set cursor position on page load
1 files changed, 1 insertions(+), 0 deletions(-) M browset.py
M browset.py => browset.py +1 -0
@@ 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