mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-17 17:47:03 +00:00
ui: Fix external links
This commit is contained in:
@@ -127,8 +127,8 @@ update msg model =
|
||||
Browser.Internal url ->
|
||||
( model, Nav.pushUrl model.session.key (Url.toString url), Session.none )
|
||||
|
||||
_ ->
|
||||
Debug.todo "implement external links"
|
||||
Browser.External url ->
|
||||
( model, Nav.load url, Session.none )
|
||||
|
||||
UrlChanged url ->
|
||||
-- Responds to new browser URL.
|
||||
|
||||
Reference in New Issue
Block a user