mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-29 16:44:41 +03:00
Middle clicks should also trigger tracking
This commit is contained in:
parent
52f6213d65
commit
8c6e3b3402
@ -561,6 +561,7 @@ renderLink ((ButtonOrLink config) as link_) =
|
||||
|> Maybe.map
|
||||
(\onClickMsg ->
|
||||
[ Events.onClick onClickMsg
|
||||
, Events.on "auxclick" (Json.Decode.succeed onClickMsg)
|
||||
]
|
||||
)
|
||||
|> Maybe.withDefault []
|
||||
|
Loading…
Reference in New Issue
Block a user