mirror of
https://github.com/makew0rld/amfora.git
synced 2024-12-04 14:46:29 -05:00
🐛 bottomBar is not in focus when loading
This commit is contained in:
parent
db69646dbd
commit
f0a75cf4a7
@ -29,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- Reset bottom bar on error / invalid URL
|
- Reset bottom bar on error / invalid URL
|
||||||
- Side scrolling doesn't cut off text on the left side (#1)
|
- Side scrolling doesn't cut off text on the left side (#1)
|
||||||
- Mark status code 21 as invalid
|
- Mark status code 21 as invalid
|
||||||
|
- You can't type on the bottom bar as it's loading
|
||||||
|
|
||||||
|
|
||||||
## [1.0.0] - 2020-06-18
|
## [1.0.0] - 2020-06-18
|
||||||
|
@ -142,6 +142,8 @@ func setPage(p *structs.Page) {
|
|||||||
func handleURL(u string) (string, bool) {
|
func handleURL(u string) (string, bool) {
|
||||||
defer App.Draw() // Just in case
|
defer App.Draw() // Just in case
|
||||||
|
|
||||||
|
App.SetFocus(tabViews[curTab])
|
||||||
|
|
||||||
//logger.Log.Printf("Sent: %s", u)
|
//logger.Log.Printf("Sent: %s", u)
|
||||||
|
|
||||||
u = normalizeURL(u)
|
u = normalizeURL(u)
|
||||||
|
Loading…
Reference in New Issue
Block a user