AgregoreWeb / agregore-browser

A minimal browser for the distributed web (Desktop version)
https://www.youtube.com/watch?v=TnYKvOQB0ts&list=PL7sG5SCUNyeYx8wnfMOUpsh7rM_g0w_cu&index=14
GNU Affero General Public License v3.0
749 stars 66 forks source link

Fix/reload url on unfocus #138

Closed jolindroth closed 2 years ago

jolindroth commented 2 years ago

The eventlistener listening to the custom unfocus event currently uses webview.getURL() which seems to have no effect. Changing to currentWindow.getURL() makes the url in the omnibox update to the loaded URL when the unfocus event is fired.