1
0
Fork 0

- [GUI] remove focus form autocomplete entry when opening bookmarks page.

This commit is contained in:
cage 2023-05-14 17:35:51 +02:00
parent 064c7efa00
commit ec609e1838
1 changed files with 1 additions and 0 deletions

View File

@ -15,4 +15,5 @@
(iri (internal-iri-bookmark)))
(set-address-bar-text main-window (to-s iri))
(clean-gemtext main-window)
(gui:focus (toc-frame main-window))
(collect-ir-lines (to-s iri) main-window parsed-page))))